Skip to content

Commit d764d17

Browse files
committed
manylinux-build-wheels: Ensure wheels for the current platform are fixed up
1 parent 8a588e1 commit d764d17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/manylinux-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ done
7070

7171
# Since there are no external shared libraries to bundle into the wheels
7272
# this step will fixup the wheel switching from 'linux' to 'manylinux1' tag
73-
for whl in dist/*.whl; do
73+
for whl in dist/*$(uname -p).whl; do
7474
auditwheel repair $whl -w /work/dist/
7575
rm $whl
7676
done

0 commit comments

Comments
 (0)