Skip to content

Commit ac467fa

Browse files
committed
trying to fix cibuildwheel
1 parent ab0cafc commit ac467fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
3636
CIBW_BUILD_FRONTEND: 'pip'
3737
CIBW_PLATFORM: 'auto'
38+
CIBW_ENVIRONMENT_WINDOWS: 'CC=cl CXX=cl'
3839
# Add any necessary build environment variables here if needed
3940
# e.g. CIBW_BEFORE_BUILD_WINDOWS: bash scripts/cibw_before_build_windows.sh
4041

0 commit comments

Comments
 (0)