fix make-wheels.sh
This commit is contained in:
parent
7e70ea8495
commit
830a350a7a
1 changed files with 0 additions and 1 deletions
|
@ -19,5 +19,4 @@ cd dist
|
||||||
for f in ./*linux_*;
|
for f in ./*linux_*;
|
||||||
do if [ -f $f ]; then auditwheel repair $f -w . ; rm $f; fi;
|
do if [ -f $f ]; then auditwheel repair $f -w . ; rm $f; fi;
|
||||||
done
|
done
|
||||||
rm setuptools-*.whl
|
|
||||||
cd -
|
cd -
|
||||||
|
|
Loading…
Reference in a new issue