Skip to content

Commit

Permalink
chore: skip musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Secbone committed Mar 24, 2024
1 parent bc4e4b2 commit bbc2d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ toad = "toad.cli:main"
exclude = ["tests"]

[tool.cibuildwheel]
skip = ["pp*", "*-manylinux_i686"]
skip = ["pp*", "*-manylinux_i686", "*-musllinux_*"]
before-all = "uname -a"
before-build = "python setup.py build_ext --inplace"

[project.urls]
Homepage = "https://github.com/amphibian-dev/toad"
Expand Down

0 comments on commit bbc2d8e

Please sign in to comment.