Skip to content

Commit

Permalink
CI: Add macos arm64 wheels to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Jan 24, 2023
1 parent f959575 commit a7f1e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_SKIP: pp*
CIBW_ARCHS_MACOS: "x86_64 arm64"

- name: Store wheel artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a7f1e3d

Please sign in to comment.