We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd11976 commit b854e61Copy full SHA for b854e61
ci/manylinux.sh
@@ -21,8 +21,6 @@ if [[ $action == "build" ]]; then
21
continue
22
fi
23
"$PYBIN/pip" install -r requirements/wheel.pip
24
- # pin so auditwheel will work: https://github.com/pypa/auditwheel/issues/102
25
- "$PYBIN/pip" install wheel==0.31.1
26
"$PYBIN/python" setup.py clean -a
27
"$PYBIN/python" setup.py bdist_wheel -d ~/wheelhouse/
28
done
0 commit comments