Skip to content

Commit 241a53b

Browse files
committed
Add Linux aarch64
1 parent 31ab9f1 commit 241a53b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release_pypi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
release:
55
types:
66
- created
7+
pull_request:
8+
branches: [main]
79

810
jobs:
911
build_wheels:
@@ -42,7 +44,7 @@ jobs:
4244
env:
4345
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-*
4446
CIBW_SKIP: "*musllinux*"
45-
CIBW_ARCHS_LINUX: x86_64
47+
CIBW_ARCHS_LINUX: x86_64 aarch64
4648
CIBW_ARCHS_WINDOWS: AMD64 x86
4749
CIBW_ARCHS_MACOS: x86_64 arm64
4850
CIBW_BEFORE_ALL_LINUX: |

0 commit comments

Comments
 (0)