Skip to content

Commit 09d98f6

Browse files
committed
Tmp6
1 parent a5c0f71 commit 09d98f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/packaging_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python: [ cp39, cp310, cp311, cp312, cp313, cp314 ]
3434
platform:
3535
- { os: windows-2025, arch: amd64, cibw_system: win }
36-
- { os: windows-11-arm, arch: ARM64, cibw_system: win }
36+
- { os: windows-11-arm, arch: arm64, cibw_system: win }
3737
- { os: ubuntu-24.04, arch: x86_64, cibw_system: manylinux }
3838
- { os: ubuntu-24.04-arm, arch: aarch64, cibw_system: manylinux }
3939
- { os: macos-15, arch: arm64, cibw_system: macosx }
@@ -105,7 +105,7 @@ jobs:
105105
- name: Build${{ inputs.testsuite != 'none' && ' and test ' || ' ' }}wheels
106106
uses: pypa/cibuildwheel@v3.2
107107
env:
108-
CIBW_ARCHS: ${{ matrix.platform.arch == 'amd64' && 'AMD64' || matrix.platform.arch }}
108+
CIBW_ARCHS: ${{ matrix.platform.arch == 'amd64' && 'AMD64' || matrix.platform.arch == 'arm64' && matrix.platform.cibw_system == 'win' && 'ARM64' || matrix.platform.arch }}
109109
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}
110110

111111
- name: Upload wheel

0 commit comments

Comments
 (0)