summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-04-12 17:49:14 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-04-12 17:49:14 -0400
commitb854e6103efd49a2c72438db55e99273ef5fc52e (patch)
tree77293bd5a5ed26030aefa435671fd2bf4e9c20c1 /ci
parentdd11976d20b6404c26cfbc0a76ee36d862421e83 (diff)
downloadpython-coveragepy-git-b854e6103efd49a2c72438db55e99273ef5fc52e.tar.gz
Remove a no-longer needed wheel pincoverage-5.1
Diffstat (limited to 'ci')
-rwxr-xr-xci/manylinux.sh2
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