From 398a22faccaa96b94a34dc971e1f73c04cf783ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 08:23:20 +0200 Subject: [PATCH] Update PyO3/maturin-action action to v1.49.4 (#1030) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-binaries.yml | 16 ++++++++-------- .github/workflows/ci.yaml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 456bc9b..a1a0fe3 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -50,7 +50,7 @@ jobs: - name: "Prep README.md" run: python scripts/transform_readme.py - name: "Build sdist" - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: command: sdist args: --out dist @@ -81,7 +81,7 @@ jobs: - name: "Prep README.md" run: python scripts/transform_readme.py - name: "Build wheels - x86_64" - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: target: x86_64 args: --release --locked --out dist @@ -123,7 +123,7 @@ jobs: - name: "Prep README.md" run: python scripts/transform_readme.py - name: "Build wheels - aarch64" - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: target: aarch64 args: --release --locked --out dist @@ -179,7 +179,7 @@ jobs: - name: "Prep README.md" run: python scripts/transform_readme.py - name: "Build wheels" - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: target: ${{ matrix.platform.target }} args: --release --locked --out dist @@ -233,7 +233,7 @@ jobs: - name: "Prep README.md" run: python scripts/transform_readme.py - name: "Build wheels" - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: target: ${{ matrix.target }} manylinux: auto @@ -308,7 +308,7 @@ jobs: - name: "Prep README.md" run: python scripts/transform_readme.py - name: "Build wheels" - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: target: ${{ matrix.platform.target }} manylinux: auto @@ -374,7 +374,7 @@ jobs: - name: "Prep README.md" run: python scripts/transform_readme.py - name: "Build wheels" - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: target: ${{ matrix.target }} manylinux: musllinux_1_2 @@ -439,7 +439,7 @@ jobs: - name: "Prep README.md" run: python scripts/transform_readme.py - name: "Build wheels" - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: target: ${{ matrix.platform.target }} manylinux: musllinux_1_2 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5c61c12..9e3baaf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: architecture: x64 - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: "Build wheels" - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: args: --out dist - name: "Test wheel"