We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b3d6d commit 6b406e9Copy full SHA for 6b406e9
tools/build_wheel.sh
@@ -19,6 +19,8 @@ echo "Repairing wheel with auditwheel"
19
auditwheel repair -w dist --lib-sdir /lib dist/*.whl
20
echo "Wheel repaired."
21
22
+rm dist/*none-linux*.whl
23
+
24
ls -l dist/
25
26
# Add an RPATH to libgfortran:
0 commit comments