Skip to content

Commit

Permalink
ci: publish windows arm64 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Aug 24, 2024
1 parent c70d44f commit e4b40a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
matrix:
include:
- { os: windows-latest, cibw_arch: AMD64 }
- { os: windows-latest, cibw_arch: ARM64 }
- { os: ubuntu-latest, cibw_arch: x86_64 }
- { os: ubuntu-latest, cibw_arch: aarch64, qemu_arch: arm64 }
- { os: macos-latest, cibw_arch: arm64 }
Expand All @@ -51,7 +52,7 @@ jobs:
uses: pypa/cibuildwheel@v2.20
env:
CIBW_ARCHS: ${{matrix.cibw_arch}}
CIBW_TEST_SKIP: "*-*linux_aarch64 *-macosx_x86_64"
CIBW_TEST_SKIP: "*-*linux_aarch64 *-macosx_x86_64 *-win_arm64"
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e4b40a0

Please sign in to comment.