mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
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:
parent
eaca455a08
commit
7dfefa3007
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user