summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForest Gregg <fgregg@uchicago.edu>2017-04-22 23:04:53 -0500
committerForest Gregg <fgregg@uchicago.edu>2017-04-22 23:04:53 -0500
commita0c932782e1c126838f385e8ea82765ec631015b (patch)
tree0863872f4aafc16b672130562ed9af372e3f42b2
parent9aa5713a449a181e050a0e02d044cbc4017a146c (diff)
downloadzope-interface-manylinux27.tar.gz
cleanup after manylinux wheelbuildingmanylinux27
-rwxr-xr-x.manylinux-install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.manylinux-install.sh b/.manylinux-install.sh
index c98313b..85109fe 100755
--- a/.manylinux-install.sh
+++ b/.manylinux-install.sh
@@ -11,6 +11,7 @@ for PYBIN in /opt/python/*/bin; do
[[ "${PYBIN}" == *"cp36"* ]]; then
"${PYBIN}/pip" install -e /io/
"${PYBIN}/pip" wheel /io/ -w wheelhouse/
+ rm -rf /io/build /io/*.egg-info
fi
done