Skip to content

Commit

Permalink
Merge pull request #237 from compomics/fix/remove-musllinux
Browse files Browse the repository at this point in the history
Remove musllinux builds (no ms2rescore-rs builds)
  • Loading branch information
RalfG authored Nov 20, 2024
2 parents d0ea17b + 8015ad1 commit fc329af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ line-length = 99
target-version = 'py39'

[tool.cibuildwheel]
build = "cp3*-manylinux_x86_64 cp3*-musllinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
skip = "cp36-* cp37-* cp38-* cp313-*" # No ms2rescore-rs for 3.13
build = "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
skip = "cp36-* cp37-* cp38-* cp313-*" # No ms2rescore-rs for 3.13
test-command = "ms2pip --help"

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit fc329af

Please sign in to comment.