We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bc391 commit 3b8d128Copy full SHA for 3b8d128
.github/workflows/main.yml
@@ -251,6 +251,9 @@ jobs:
251
252
- name: Build wheels
253
uses: pypa/cibuildwheel@v2.21.3
254
+ env:
255
+ CIBW_BUILD_VERBOSITY: 2
256
+ CIBW_VERBOSE: 1
257
258
- uses: actions/upload-artifact@v4
259
with:
pyproject.toml
@@ -69,7 +69,7 @@ PYPYLON_INCLUDE_DATA_PROCESSING = "ON"
69
70
[tool.cibuildwheel]
71
skip = "pp* cp36-* cp37-* cp38-*"
72
-build-verbosity = "0"
+build-verbosity = "2"
73
test-requires = "pytest numpy"
74
75
[tool.pytest.ini_options]
0 commit comments