Skip to content

Commit

Permalink
Remove a no-longer needed wheel pin
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Apr 12, 2020
1 parent dd11976 commit b854e61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b854e61

Please sign in to comment.