Skip to content

Commit

Permalink
Define skip builds in pyproject.toml
Browse files Browse the repository at this point in the history
This is so we can use this on multiple CIs without too much config
  • Loading branch information
JCGoran committed Feb 21, 2024
1 parent 8073f4b commit b8f793b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ NMODL_BUILD_WHEEL = "ON"
[tool.setuptools_scm]

[tool.cibuildwheel]
skip = ["pp*", "*-win32", "*-manylinux_i686", "*-musllinux_i686", "*-musllinux_x86_64", "*-musllinux_aarch64"]
test-command = [
"pytest {package}/test/unit/pybind",
"bash {package}/packaging/test_wheel.bash {package}",
Expand Down

0 comments on commit b8f793b

Please sign in to comment.