From 5eb649346e8d3f67c210dc22d4a79e01e2c1525a Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Thu, 5 Dec 2024 16:12:36 +0100 Subject: [PATCH] pin maturin version --- .github/workflows/release-python.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 7e9c1eb97..e909fd44e 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -81,6 +81,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@v1 with: + maturin-version: "1.7.6" # Pin maturin version to work around aarch64 linker error working-directory: py-rattler target: ${{ matrix.platform.target }} args: --release --out dist --no-default-features --features rustls-tls