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 e5ccd87 commit 92d6a7bCopy full SHA for 92d6a7b
.github/workflows/wheels.yml
@@ -34,7 +34,8 @@ jobs:
34
env:
35
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
36
CIBW_BUILD_FRONTEND: 'pip'
37
- CIBW_PLATFORM: 'auto'
+ CIBW_PLATFORM: 'windows'
38
+ CIBW_ARCHS: 'ARM64'
39
CIBW_BEFORE_BUILD_WINDOWS: |
40
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" arm64
41
bash scripts/cibw_before_build_windows.sh
0 commit comments