diff --git a/bindings/python/musl_wheel.sh b/bindings/python/musl_wheel.sh index efc6d853..5bc5ff3a 100644 --- a/bindings/python/musl_wheel.sh +++ b/bindings/python/musl_wheel.sh @@ -6,4 +6,4 @@ apk add gcc make cmake pkgconfig linux-headers git musl-dev patchelf python3 -m pip install -U pip setuptools auditwheel -cd bindings/python && python3 setup.py bdist_wheel && auditwheel repair dist/*.whl && mv -f wheelhouse/*.whl . \ No newline at end of file +cd bindings/python && python3 setup.py bdist_wheel && auditwheel repair dist/*.whl && mv -f wheelhouse/*.whl ./dist/ \ No newline at end of file