We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e2c34 commit 766b6ecCopy full SHA for 766b6ec
.github/workflows/publish.yml
@@ -63,7 +63,7 @@ jobs:
63
CIBW_BEFORE_ALL_WINDOWS: "bash cibuildwheel_support/prepare_build_environment_windows_${{ matrix.cuda }}.sh"
64
CPU_TRAIN: ${{ runner.os == 'macOS' && 'true' || 'false' }}
65
WITH_CUDA: ${{ matrix.cuda != 'cpu' && '1' || '0' }}
66
- DISTUTILS_USE_SDK: "0" # Windows requires this to not use vc for building but for testing only
+ DISTUTILS_USE_SDK: "1" # Windows requires this to use vc for building
67
SKIP_TORCH_COMPILE: ${{ runner.os == 'Windows' && 'true' || 'false' }}
68
69
- uses: actions/upload-artifact@v4
0 commit comments