Skip to content

Commit

Permalink
Add Linux aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Dec 12, 2024
1 parent 31ab9f1 commit 241a53b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
release:
types:
- created
pull_request:
branches: [main]

jobs:
build_wheels:
Expand Down Expand Up @@ -42,7 +44,7 @@ jobs:
env:
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-*
CIBW_SKIP: "*musllinux*"
CIBW_ARCHS_LINUX: x86_64
CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_ARCHS_WINDOWS: AMD64 x86
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_BEFORE_ALL_LINUX: |
Expand Down

0 comments on commit 241a53b

Please sign in to comment.