From 4916e3dac76ab860b4adde864dd87b0f8d4deda0 Mon Sep 17 00:00:00 2001 From: Joachim Folz Date: Mon, 6 Jan 2020 14:17:15 +0100 Subject: [PATCH] don't update wheel, it breaks auditwheel https://github.com/pypa/auditwheel/issues/102 --- build-wheels.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-wheels.sh b/build-wheels.sh index e66395d..a78a1f7 100755 --- a/build-wheels.sh +++ b/build-wheels.sh @@ -7,7 +7,6 @@ rm -r /opt/python/cp34* # Compile wheels for PYBIN in /opt/python/*/bin; do - "${PYBIN}/pip" install -U pip wheel --no-warn-script-location "${PYBIN}/pip" install -r build-requirements.txt "${PYBIN}/pip" wheel . -w wheelhouse/ --no-deps "${PYBIN}/pip" install .