Skip to content

Commit 3b8d128

Browse files
committed
test enable verbose_building for windows
1 parent f2bc391 commit 3b8d128

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ jobs:
251251
252252
- name: Build wheels
253253
uses: pypa/cibuildwheel@v2.21.3
254+
env:
255+
CIBW_BUILD_VERBOSITY: 2
256+
CIBW_VERBOSE: 1
254257

255258
- uses: actions/upload-artifact@v4
256259
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ PYPYLON_INCLUDE_DATA_PROCESSING = "ON"
6969

7070
[tool.cibuildwheel]
7171
skip = "pp* cp36-* cp37-* cp38-*"
72-
build-verbosity = "0"
72+
build-verbosity = "2"
7373
test-requires = "pytest numpy"
7474

7575
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)