Skip to content

Commit 94b4e10

Browse files
committed
increase verbosity on windows buildsg
1 parent d020ceb commit 94b4e10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
WITH_CUDA: ${{ matrix.cuda != 'cpu' && '1' || '0' }}
7474
DISTUTILS_USE_SDK: "1" # Windows requires this to use vc for building
7575
SKIP_TORCH_COMPILE: "true"
76+
CIBW_BUILD_VERBOSITY_WINDOWS: "3"
7677

7778
- uses: actions/upload-artifact@v4
7879
with:

0 commit comments

Comments
 (0)