Skip to content

Commit

Permalink
Adding arm64-osx to gh deploy action (#4445)
Browse files Browse the repository at this point in the history
* Adding arm64-osx to gh deploy action
  • Loading branch information
IAlibay authored Feb 4, 2024
1 parent dc34a08 commit c4ffb7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- [ubuntu-22.04, manylinux_x86_64, x86_64]
- [macos-11, macosx_*, x86_64]
- [windows-2019, win_amd64, AMD64]
- [macos-14, macosx_*, arm64]
python: ["cp39", "cp310", "cp311", "cp312"]
defaults:
run:
Expand All @@ -50,7 +51,7 @@ jobs:
fetch-depth: 0

- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
with:
package-dir: package
env:
Expand Down

0 comments on commit c4ffb7e

Please sign in to comment.