From bcbeedbe0c0d5e8d4e0475eea9b2b1553118c7c1 Mon Sep 17 00:00:00 2001 From: Hannes Vogt Date: Tue, 21 Jan 2025 13:42:42 +0100 Subject: [PATCH] Try linux arm wheels --- .github/workflows/pypi_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pypi_deploy.yml b/.github/workflows/pypi_deploy.yml index 55982925..a3402485 100644 --- a/.github/workflows/pypi_deploy.yml +++ b/.github/workflows/pypi_deploy.yml @@ -42,6 +42,7 @@ jobs: matrix: os: - ubuntu-latest + - ubuntu-24.04-arm - macos-13 # intel - macos-14 # apple silicon steps: @@ -71,6 +72,7 @@ jobs: matrix: os: - ubuntu-latest + - ubuntu-24.04-arm - macos-13 # intel - macos-14 # apple silicon steps: