Skip to content

Commit 20c3bf4

Browse files
committed
Add missing cibuildwheel config blocks
1 parent efda3b4 commit 20c3bf4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pyproject.toml

+11
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,16 @@ musllinux-aarch64-image = "musllinux_1_2"
5252
musllinux-ppc64le-image = "musllinux_1_2"
5353
musllinux-s390x-image = "musllinux_1_2"
5454

55+
56+
[tool.cibuildwheel.linux]
57+
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
58+
59+
[tool.cibuildwheel.macos]
60+
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
61+
62+
[tool.cibuildwheel.windows]
63+
64+
[tool.cibuildwheel.pyodide]
65+
5566
[tool.isort]
5667
profile = "black"

0 commit comments

Comments
 (0)