From 79f277922635b6eba26b104f5d397f7f09525348 Mon Sep 17 00:00:00 2001 From: David Seddon Date: Wed, 25 Sep 2024 10:04:29 +0100 Subject: [PATCH] Pin maturin version in release workflow The latest release is failing, possibly due to a bug in Maturin v1.7.2. https://github.com/kraken-tech/python-rustfluent/actions/runs/11029344761/job/30632470084 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ae2a4a..4c92a8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -157,4 +157,5 @@ jobs: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: command: upload + maturin-version: v1.7.1 args: --non-interactive --skip-existing wheels-*/*