Skip to content

Commit

Permalink
fix make-wheels.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrobison committed Mar 9, 2022
1 parent 7e70ea8 commit 830a350
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/make-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -

0 comments on commit 830a350

Please sign in to comment.