Skip to content

Commit 92d6a7b

Browse files
committed
.
1 parent e5ccd87 commit 92d6a7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
env:
3535
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
3636
CIBW_BUILD_FRONTEND: 'pip'
37-
CIBW_PLATFORM: 'auto'
37+
CIBW_PLATFORM: 'windows'
38+
CIBW_ARCHS: 'ARM64'
3839
CIBW_BEFORE_BUILD_WINDOWS: |
3940
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" arm64
4041
bash scripts/cibw_before_build_windows.sh

0 commit comments

Comments
 (0)