We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7474800 commit b335b3cCopy full SHA for b335b3c
.ci/build-manylinux-wheels.sh
@@ -5,8 +5,6 @@ set -e -x
5
# Compile wheels
6
PYTHON="/opt/python/${PYTHON_VERSION}/bin/python"
7
PIP="/opt/python/${PYTHON_VERSION}/bin/pip"
8
-${PIP} install --upgrade pip wheel
9
-${PIP} install --upgrade setuptools
10
${PIP} install -r /io/.ci/requirements.txt
11
make -C /io/ PYTHON="${PYTHON}" ci-clean compile
12
${PIP} wheel /io/ -w /io/dist/
0 commit comments