Skip to content

Commit 52b36d0

Browse files
committed
fixing auditwheel for python 3.10 in arm64
1 parent 5f6fc2b commit 52b36d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/build-whl-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ jobs:
575575
576576
# Use auditwheel to create manylinux wheel
577577
python -m pip install auditwheel
578-
auditwheel repair dist/*.whl --plat-tag $(manylinuxTag) -w dist/
578+
auditwheel repair dist/*.whl -w dist/
579579
580580
# Remove the original wheel, keep only the manylinux one
581581
rm -f dist/*-linux_*.whl

0 commit comments

Comments
 (0)