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 5f6fc2b commit 52b36d0Copy full SHA for 52b36d0
eng/pipelines/build-whl-pipeline.yml
@@ -575,7 +575,7 @@ jobs:
575
576
# Use auditwheel to create manylinux wheel
577
python -m pip install auditwheel
578
- auditwheel repair dist/*.whl --plat-tag $(manylinuxTag) -w dist/
+ auditwheel repair dist/*.whl -w dist/
579
580
# Remove the original wheel, keep only the manylinux one
581
rm -f dist/*-linux_*.whl
0 commit comments