Skip to content

Commit a98fa99

Browse files
chore(deps): update pyo3/maturin-action action to v1.49.3 (#742)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ba09f1c commit a98fa99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: rui314/setup-mold@v1
2828
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
2929
- run: rustup show
30-
- uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
30+
- uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
3131
with:
3232
command: build
3333
manylinux: "2_28"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Build package (x86_64)
3232
if: ${{ steps.release.outputs.release_created }}
33-
uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
33+
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
3434
with:
3535
command: publish
3636
args: --non-interactive --skip-existing
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Build package (aarch64)
4141
if: ${{ steps.release.outputs.release_created }}
42-
uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
42+
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
4343
with:
4444
command: publish
4545
args: --non-interactive --skip-existing

0 commit comments

Comments
 (0)