Skip to content

Commit

Permalink
See if we can build Windows ARM64 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Safihre committed Jul 16, 2024
1 parent 493ba29 commit 0f262f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_and_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
CIBW_SKIP: pp* *i686* cp36* cp37*
CIBW_ARCHS_LINUX: ${{ matrix.linux_arch }}
CIBW_ARCHS_MACOS: universal2
CIBW_ARCHS_WINDOWS: amd64 arm64
CIBW_BUILD_VERBOSITY: 1
- name: Upload wheel artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0f262f8

Please sign in to comment.