updating some package info
[sfpy.git] / docker-build-wheels.sh
index d328c08aa6735c049f0ce7c2802cc044bd4735c1..80fbd0086e2a1a6eafe2d834dc84106dcfc164cf 100755 (executable)
@@ -10,6 +10,8 @@ for PYBIN in /opt/python/*/bin; do
     "${PYBIN}/pip" wheel . -w wheelhouse/
 done
 
+rm wheelhouse/*.whl
+
 for whl in wheelhouse/*.whl; do
     auditwheel repair "$whl" -w wheelhouse/
 done