fix make-wheels.sh

This commit is contained in:
Jack Robison 2022-03-09 13:41:04 -05:00
parent 7e70ea8495
commit 830a350a7a
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -19,5 +19,4 @@ cd dist
for f in ./*linux_*;
do if [ -f $f ]; then auditwheel repair $f -w . ; rm $f; fi;
done
rm setuptools-*.whl
cd -