We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a588e1 commit d764d17Copy full SHA for d764d17
1 file changed
scripts/manylinux-build-wheels.sh
@@ -70,7 +70,7 @@ done
70
71
# Since there are no external shared libraries to bundle into the wheels
72
# this step will fixup the wheel switching from 'linux' to 'manylinux1' tag
73
-for whl in dist/*.whl; do
+for whl in dist/*$(uname -p).whl; do
74
auditwheel repair $whl -w /work/dist/
75
rm $whl
76
done
0 commit comments