Skip to content

Commit

Permalink
removing musl aarch64, but don't understand why it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed May 24, 2024
1 parent 89590aa commit 3092a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ atomic = true
#src_paths=isort,test

[tool.cibuildwheel]
skip = ["pp*", "cp36-*", "cp37-*", "cp38-*", "*-win32", "*-win_arm64"] #, "*-musllinux*"]
skip = ["pp*", "cp36-*", "cp37-*", "cp38-*", "*-win32", "*-win_arm64", "*-musllinux_aarch64"]
build-frontend = { name = "build", args = ["-w","-n"] }
before-build = "pip install setuptools cmake numpy pyzmq cmake-build-extension wheel"
build-verbosity = "3"
Expand Down

0 comments on commit 3092a51

Please sign in to comment.