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 bca70fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_and_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.18.0
env:
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 bca70fb

Please sign in to comment.