diff --git a/.manylinux-install.sh b/.manylinux-install.sh index b571673..40b3374 100755 --- a/.manylinux-install.sh +++ b/.manylinux-install.sh @@ -11,12 +11,11 @@ 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 + rm -rf /io/build /io/*.egg-info fi done # Bundle external shared libraries into the wheels for whl in wheelhouse/zope.index*.whl; do auditwheel repair "$whl" -w /io/wheelhouse/ -done - +done \ No newline at end of file