Skip to content

Commit 286dca7

Browse files
committed
Need to clean before building, or 27m binaries go into the 27mu wheels.
1 parent accc865 commit 286dca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/manylinux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ if [[ $action == "build" ]]; then
1616
cd /io
1717
for PYBIN in /opt/python/*/bin; do
1818
"$PYBIN/pip" install -r requirements/wheel.pip
19+
"$PYBIN/python" setup.py clean -a
1920
"$PYBIN/python" setup.py bdist_wheel -d ~/wheelhouse/
2021
done
2122
cd ~

0 commit comments

Comments
 (0)