Skip to content

Commit 9fa4440

Browse files
committed
use verbose flag when building wheels
1 parent b3cdcee commit 9fa4440

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ version = {attr = "PIL.__version__"}
8888

8989
[tool.cibuildwheel]
9090
before-all = ".github/workflows/wheels-dependencies.sh"
91+
build-verbosity = 1
9192
config-settings = "raqm=enable raqm=vendor fribidi=vendor imagequant=disable"
9293
test-command = "cd {project} && .github/workflows/wheels-test.sh"
9394
test-extras = "tests"

0 commit comments

Comments
 (0)