Skip to content

Commit b854e61

Browse files
committed
Remove a no-longer needed wheel pin
1 parent dd11976 commit b854e61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/manylinux.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ if [[ $action == "build" ]]; then
2121
continue
2222
fi
2323
"$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
2624
"$PYBIN/python" setup.py clean -a
2725
"$PYBIN/python" setup.py bdist_wheel -d ~/wheelhouse/
2826
done

0 commit comments

Comments
 (0)