Skip to content

Commit bb86087

Browse files
stanmartjtilly
andauthored
Build wheels for linux-aarch64 (#903)
* Harmonize workflow triggers * Build for linux-aarch64 * Build conda wheels as before * Fix release date Co-authored-by: Jan Tilly <[email protected]> --------- Co-authored-by: Jan Tilly <[email protected]>
1 parent b471522 commit bb86087

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Build and upload to PyPI
22

33
on:
44
pull_request:
5+
push:
6+
branches:
7+
- "main"
8+
tags:
9+
- "*"
510
release:
611
types:
712
- published
@@ -12,7 +17,7 @@ jobs:
1217
runs-on: ${{ matrix.os }}
1318
strategy:
1419
matrix:
15-
os: [ubuntu-20.04, windows-2022, macos-13, macos-14]
20+
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2022, macos-13, macos-14]
1621

1722
steps:
1823
- uses: actions/checkout@v4

.github/workflows/conda-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: conda-build
22
on:
33
pull_request:
4-
branches:
5-
- main
64
push:
75
branches:
8-
- main
6+
- "main"
7+
tags:
8+
- "*"
99
paths:
1010
- '.github/**'
1111
- 'conda.recipe/**'

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
Changelog
88
=========
99

10+
3.1.2 - 2025-01-30
11+
------------------
12+
13+
**Other changes:**
14+
15+
- Linux-aarch64 wheels are now uploaded to PyPI.
16+
17+
1018
3.1.1 - 2025-01-13
1119
------------------
1220

0 commit comments

Comments
 (0)