Skip to content

Commit

Permalink
skipped musllinux wheels (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Nov 16, 2021
1 parent 8f3fc48 commit fc1a233
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 @@ -29,7 +29,7 @@ skip_glob = '\.eggs/*,\.git/*,\.venv/*,build/*,dist/*'
default_section = 'THIRDPARTY'

[tool.cibuildwheel]
skip = ["cp310-*", "pp*"]
skip = ["cp310-*", "pp*", "*-musllinux_*"]
test-requires = ["pytest", "pytest-xdist"]

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit fc1a233

Please sign in to comment.