From b854e6103efd49a2c72438db55e99273ef5fc52e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 12 Apr 2020 17:49:14 -0400 Subject: [PATCH] Remove a no-longer needed wheel pin --- ci/manylinux.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/manylinux.sh b/ci/manylinux.sh index c5dc42a30..1fafec9de 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