delocate command is fine on a single line

Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
Ankith
2022-10-21 18:38:36 +05:30
committed by GitHub
co-authored by Joe Rickerby
parent c09359e9af
commit 03396fdbb2
+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-wheel --require-archs {delocate_archs} \
-w {dest_dir} -v {wheel}\
"""
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
[tool.cibuildwheel.windows]