From 0acb363771f9dceb41091122a85ee5c34ec89021 Mon Sep 17 00:00:00 2001 From: Philipp Rehner <69816385+prehner@users.noreply.github.com> Date: Tue, 21 May 2024 08:04:44 +0200 Subject: [PATCH] Fix release workflow for aarch64 (#247) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f4bf9c78..a3209ef78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.9 - architecture: x64 + architecture: arm64 - name: Build wheels - aarch64 uses: PyO3/maturin-action@v1 with: