Skip to content

Commit

Permalink
Enable musllinux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Jan 18, 2023
1 parent 48bada9 commit 7e4aa39
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 @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[tool.cibuildwheel]
build-frontend = "build"
build = "cp3*"
skip = ["*-win32", "*-musllinux_*"]
skip = ["*-win32"]
archs = ["auto"]
test-requires = ['pytest']
test-command = [
Expand Down

0 comments on commit 7e4aa39

Please sign in to comment.