use verbose flag when building wheels

This commit is contained in:
Nulano 2023-11-26 21:41:04 +01:00
parent 7dc3a8ffa5
commit d88ab8a668

View File

@ -88,6 +88,7 @@ version = {attr = "PIL.__version__"}
[tool.cibuildwheel]
before-all = ".github/workflows/wheels-dependencies.sh"
build-verbosity = 1
config-settings = "raqm=enable raqm=vendor fribidi=vendor imagequant=disable"
test-command = "cd {project} && .github/workflows/wheels-test.sh"
test-extras = "tests"