Skip to content

Commit

Permalink
ci: support building linux arm64 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Sep 11, 2024
1 parent bca61b7 commit e418ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp*
CIBW_ARCHS_LINUX: "auto aarch64"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e418ac3

Please sign in to comment.