Skip to content

Commit

Permalink
Build wheels on all archs
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin committed Jul 10, 2024
1 parent aa1ec55 commit a4e13b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,15 @@ musllinux-aarch64-image = "musllinux_1_1"
musllinux-ppc64le-image = "musllinux_1_1"
musllinux-s390x-image = "musllinux_1_1"

[tool.cibuildwheel.windows]
archs = ["AMD64", "ARM64", "x86"]

[tool.cibuildwheel.macos]
archs = ["universal2"]

[tool.cibuildwheel.linux]
archs = ["x86_64", "i686", "aarch64", "ppc64le", "s390x"]

[tool.setuptools_scm]
root = ".."
version_scheme = "no-guess-dev"
Expand Down

0 comments on commit a4e13b1

Please sign in to comment.