Skip to content

Commit

Permalink
Add missing cibuildwheel config blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jul 31, 2024
1 parent efda3b4 commit 20c3bf4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,16 @@ musllinux-aarch64-image = "musllinux_1_2"
musllinux-ppc64le-image = "musllinux_1_2"
musllinux-s390x-image = "musllinux_1_2"


[tool.cibuildwheel.linux]
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}"

[tool.cibuildwheel.windows]

[tool.cibuildwheel.pyodide]

[tool.isort]
profile = "black"

0 comments on commit 20c3bf4

Please sign in to comment.