From 50c23b0b66a5f68aa6307ae115a10af40d32e1df Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 20 Nov 2018 13:30:36 -0500 Subject: ci: Test/build 3.7 wheels --- .ci/build-manylinux-wheels.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.ci/build-manylinux-wheels.sh') diff --git a/.ci/build-manylinux-wheels.sh b/.ci/build-manylinux-wheels.sh index 0cab659..ce5e772 100755 --- a/.ci/build-manylinux-wheels.sh +++ b/.ci/build-manylinux-wheels.sh @@ -5,8 +5,7 @@ set -e -x # Compile wheels PYTHON="/opt/python/${PYTHON_VERSION}/bin/python" PIP="/opt/python/${PYTHON_VERSION}/bin/pip" -${PIP} install --upgrade pip wheel -${PIP} install --upgrade setuptools +${PIP} install --upgrade pip setuptools wheel~=0.31.1 ${PIP} install -r /io/.ci/requirements.txt rm -rf /io/build ${PIP} wheel /io/ -w /io/dist/ -- cgit v1.2.3