Skip to content

Commit

Permalink
use verbose flag when building wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Nov 27, 2023
1 parent 7e55fcf commit 02920fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -79,6 +79,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"
Expand Down

0 comments on commit 02920fe

Please sign in to comment.