Skip to content

Commit fc329af

Browse files
authored
Merge pull request #237 from compomics/fix/remove-musllinux
Remove musllinux builds (no ms2rescore-rs builds)
2 parents d0ea17b + 8015ad1 commit fc329af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ line-length = 99
9090
target-version = 'py39'
9191

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

9797
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)