Merge pull request #1322 from ankith26/update-delocate-default

Tweak default mac repair cmd: use delocate-wheel verbose flag instead of extra listdeps command
This commit is contained in:
Joe Rickerby
2022-10-26 19:41:27 +01:00
committed by GitHub
4 changed files with 8 additions and 12 deletions
+1 -4
View File
@@ -42,9 +42,6 @@ musllinux-s390x-image = "musllinux_1_1"
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
[tool.cibuildwheel.macos]
repair-wheel-command = [
"delocate-listdeps {wheel}",
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}",
]
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
[tool.cibuildwheel.windows]