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 ab0cafc commit ac467faCopy full SHA for ac467fa
.github/workflows/wheels.yml
@@ -35,6 +35,7 @@ jobs:
35
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
36
CIBW_BUILD_FRONTEND: 'pip'
37
CIBW_PLATFORM: 'auto'
38
+ CIBW_ENVIRONMENT_WINDOWS: 'CC=cl CXX=cl'
39
# Add any necessary build environment variables here if needed
40
# e.g. CIBW_BEFORE_BUILD_WINDOWS: bash scripts/cibw_before_build_windows.sh
41
0 commit comments