Skip to content

Commit 4a40bc5

Browse files
authored
Merge pull request #3 from mkoeppe/dist.yml-manylinux-aarch64-wheels
.github/workflows/dist.yml: Build manylinux-aarch64 wheels
2 parents 648aae4 + bfdec44 commit 4a40bc5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dist.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414

1515
sdists_for_pypi:
16-
name: Build sdist (and upload to PyPI on release tags)
16+
name: Build sdist
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
@@ -39,6 +39,8 @@ jobs:
3939
arch: x86_64
4040
- os: ubuntu-latest
4141
arch: i686
42+
- os: ubuntu-24.04-arm
43+
arch: aarch64
4244
- os: macos-13
4345
arch: auto
4446
- os: macos-14

0 commit comments

Comments
 (0)