diff options
-rwxr-xr-x | ci/manylinux.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/manylinux.sh b/ci/manylinux.sh index c5dc42a3..1fafec9d 100755 --- a/ci/manylinux.sh +++ b/ci/manylinux.sh @@ -21,8 +21,6 @@ if [[ $action == "build" ]]; then continue fi "$PYBIN/pip" install -r requirements/wheel.pip - # pin so auditwheel will work: https://github.com/pypa/auditwheel/issues/102 - "$PYBIN/pip" install wheel==0.31.1 "$PYBIN/python" setup.py clean -a "$PYBIN/python" setup.py bdist_wheel -d ~/wheelhouse/ done |