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 accc865 commit 286dca7Copy full SHA for 286dca7
ci/manylinux.sh
@@ -16,6 +16,7 @@ if [[ $action == "build" ]]; then
16
cd /io
17
for PYBIN in /opt/python/*/bin; do
18
"$PYBIN/pip" install -r requirements/wheel.pip
19
+ "$PYBIN/python" setup.py clean -a
20
"$PYBIN/python" setup.py bdist_wheel -d ~/wheelhouse/
21
done
22
cd ~
0 commit comments