Skip to content

Commit

Permalink
Pin maturin version in release workflow
Browse files Browse the repository at this point in the history
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
  • Loading branch information
seddonym committed Sep 25, 2024
1 parent 6d2a1f3 commit 79f2779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-*/*

0 comments on commit 79f2779

Please sign in to comment.