Skip to content

Commit bdbb21e

Browse files
committed
Pin Maturin to 1.9.6
https: //github.com/PyO3/maturin/issues/2855 Signed-off-by: Mohammed Naser <[email protected]>
1 parent 14002a2 commit bdbb21e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- run: rustup show
3030
- uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
3131
with:
32+
maturin-version: v1.9.6
3233
command: build
3334
manylinux: "2_28"
3435
args: --release --sdist

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
if: ${{ steps.release.outputs.release_created }}
2424
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
2525
with:
26+
maturin-version: v1.9.6
2627
command: publish
2728
args: --non-interactive --skip-existing
2829
manylinux: '2_28'
@@ -31,6 +32,7 @@ jobs:
3132
if: ${{ steps.release.outputs.release_created }}
3233
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
3334
with:
35+
maturin-version: v1.9.6
3436
command: publish
3537
args: --non-interactive --skip-existing
3638
manylinux: '2_28'

0 commit comments

Comments
 (0)