Skip to content

Commit

Permalink
Skip musllinux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 5, 2022
1 parent 7fd25ba commit 2d6382e
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 @@ -8,7 +8,7 @@ requires = ["setuptools",
build-backend = 'setuptools.build_meta'

[tool.cibuildwheel]
skip = "cp36-* pp*"
skip = "cp36-* pp* *-musllinux*"

[tool.cibuildwheel.linux]
before-build = "yum install -y geos-devel freetype-devel libpng-devel"

0 comments on commit 2d6382e

Please sign in to comment.