From 286dca777c142d8cb3bdf1a4b60f6d1442f9a140 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 8 May 2017 11:19:22 -0400 Subject: Need to clean before building, or 27m binaries go into the 27mu wheels. --- ci/manylinux.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci') 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 ~ -- cgit v1.2.1