We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d020ceb commit 94b4e10Copy full SHA for 94b4e10
.github/workflows/publish.yml
@@ -73,6 +73,7 @@ jobs:
73
WITH_CUDA: ${{ matrix.cuda != 'cpu' && '1' || '0' }}
74
DISTUTILS_USE_SDK: "1" # Windows requires this to use vc for building
75
SKIP_TORCH_COMPILE: "true"
76
+ CIBW_BUILD_VERBOSITY_WINDOWS: "3"
77
78
- uses: actions/upload-artifact@v4
79
with:
0 commit comments