summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/manylinux.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/manylinux.sh b/ci/manylinux.sh
index 98dc874b..0cf6a5d3 100755
--- a/ci/manylinux.sh
+++ b/ci/manylinux.sh
@@ -16,6 +16,7 @@ if [[ $action == "build" ]]; then
cd /io
for PYBIN in /opt/python/*/bin; do
"$PYBIN/pip" install -r requirements/wheel.pip
+ "$PYBIN/python" setup.py clean -a
"$PYBIN/python" setup.py bdist_wheel -d ~/wheelhouse/
done
cd ~