summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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