From 5226676df6732fdaae6054c19764ff58c6111ce0 Mon Sep 17 00:00:00 2001 From: Joachim Folz Date: Mon, 6 Jan 2020 13:21:46 +0100 Subject: [PATCH] build-wheels.sh: update pip and wheel --- build-wheels.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-wheels.sh b/build-wheels.sh index a78a1f7..e66395d 100755 --- a/build-wheels.sh +++ b/build-wheels.sh @@ -7,6 +7,7 @@ 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 .