Build for musl linux for platforms supported by Pillow

Specifically x64 for cpython 3.8-3.10
pull/14/head
Andrew Cassidy 2 years ago
parent 7dfefa3007
commit dac7f07db4

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

Loading…
Cancel
Save