Skip musl linux wheel builds

Pillow appears to fail to compile on these without installing a bunch of dependencies, so... sorry alpine users
This commit is contained in:
Andrew Cassidy 2022-04-09 22:40:05 -07:00
parent eaca455a08
commit 7dfefa3007

View File

@ -56,6 +56,7 @@ package-dir = { '' = '.' } # without this line, C++ source files get included in
[tool.cibuildwheel]
build = "cp{37,38,39,310}-*"
skip = ["*musl*"]
test-command = "python -m unittest --verbose"
test-extras = ["tests"]
manylinux-x86_64-image = "manylinux2014"