Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Only build manylinux, not musllinux
Browse files Browse the repository at this point in the history
Will need more work to figure out how to install libffi-devel on
musllinux
  • Loading branch information
bmerry committed Dec 12, 2022
1 parent a524f6e commit 994e1ca
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
requires = ["setuptools", "wheel", "cffi", "setuptools_scm"]

[tool.cibuildwheel]
build = ["cp36-*", "cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*", "pp37-*", "pp38-*", "pp39-*"]
build = [
"cp36-manylinux_*",
"cp37-manylinux_*",
"cp38-manylinux_*",
"cp39-manylinux_*",
"cp310-manylinux_*",
"cp311-manylinux_*",
"pp37-manylinux_*",
"pp38-manylinux_*",
"pp39-manylinux_*"
]
build-frontend = "build"

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit 994e1ca

Please sign in to comment.