Skip to content

Commit

Permalink
Build wheels for linux-aarch64 (#903)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
stanmart and jtilly authored Jan 30, 2025
1 parent b471522 commit bb86087
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Build and upload to PyPI

on:
pull_request:
push:
branches:
- "main"
tags:
- "*"
release:
types:
- published
Expand All @@ -12,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-13, macos-14]
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2022, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: conda-build
on:
pull_request:
branches:
- main
push:
branches:
- main
- "main"
tags:
- "*"
paths:
- '.github/**'
- 'conda.recipe/**'
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
Changelog
=========

3.1.2 - 2025-01-30
------------------

**Other changes:**

- Linux-aarch64 wheels are now uploaded to PyPI.


3.1.1 - 2025-01-13
------------------

Expand Down

0 comments on commit bb86087

Please sign in to comment.