diff options
author | Forest Gregg <fgregg@uchicago.edu> | 2017-04-22 23:04:53 -0500 |
---|---|---|
committer | Forest Gregg <fgregg@uchicago.edu> | 2017-04-22 23:04:53 -0500 |
commit | a0c932782e1c126838f385e8ea82765ec631015b (patch) | |
tree | 0863872f4aafc16b672130562ed9af372e3f42b2 | |
parent | 9aa5713a449a181e050a0e02d044cbc4017a146c (diff) | |
download | zope-interface-manylinux27.tar.gz |
cleanup after manylinux wheelbuildingmanylinux27
-rwxr-xr-x | .manylinux-install.sh | 1 |
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 |