From 63f6dc6ed5ce7b24851f6a9705a208b3f108e26a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:58:30 +0100 Subject: [PATCH] Update PyO3/maturin-action action to v1.50.0 (#18045) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [PyO3/maturin-action](https://redirect.github.com/PyO3/maturin-action) | action | minor | `v1.49.4` → `v1.50.0` | --- ### Release Notes
PyO3/maturin-action (PyO3/maturin-action) ### [`v1.50.0`](https://redirect.github.com/PyO3/maturin-action/releases/tag/v1.50.0) [Compare Source](https://redirect.github.com/PyO3/maturin-action/compare/v1.49.4...v1.50.0) ##### What's Changed - ci: address lint findings, add zizmor workflow by [@​woodruffw](https://redirect.github.com/woodruffw) in [#​373](https://redirect.github.com/PyO3/maturin-action/pull/373) - ci: pin dbhi/qus/action to a specific commit by [@​woodruffw](https://redirect.github.com/woodruffw) in [#​374](https://redirect.github.com/PyO3/maturin-action/pull/374) - Add write permissions for contents by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [#​376](https://redirect.github.com/PyO3/maturin-action/pull/376) - place tool cache versions on path in order from oldest to newest by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [#​381](https://redirect.github.com/PyO3/maturin-action/pull/381) - Add alias for riscv on manylinux by [@​boosterl](https://redirect.github.com/boosterl) in [#​399](https://redirect.github.com/PyO3/maturin-action/pull/399) - Document how to harden release pipelines by [@​konstin](https://redirect.github.com/konstin) in [#​400](https://redirect.github.com/PyO3/maturin-action/pull/400) - Update dependencies to latest versions with ESM and Node 24 by [@​messense](https://redirect.github.com/messense) in [#​409](https://redirect.github.com/PyO3/maturin-action/pull/409) ##### New Contributors - [@​woodruffw](https://redirect.github.com/woodruffw) made their first contribution in [#​373](https://redirect.github.com/PyO3/maturin-action/pull/373) - [@​davidhewitt](https://redirect.github.com/davidhewitt) made their first contribution in [#​376](https://redirect.github.com/PyO3/maturin-action/pull/376) - [@​boosterl](https://redirect.github.com/boosterl) made their first contribution in [#​399](https://redirect.github.com/PyO3/maturin-action/pull/399) - [@​konstin](https://redirect.github.com/konstin) made their first contribution in [#​400](https://redirect.github.com/PyO3/maturin-action/pull/400) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-release-binaries.yml | 44 ++++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 17fb80e54..3e365dc0d 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -46,7 +46,7 @@ jobs: - name: "Prep README.md" run: python scripts/transform_readme.py --target pypi - name: "Build sdist" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 command: sdist @@ -67,7 +67,7 @@ jobs: # uv-build - name: "Build sdist uv-build" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 command: sdist @@ -100,7 +100,7 @@ jobs: # uv - name: "Build wheels - x86_64" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: x86_64 @@ -131,7 +131,7 @@ jobs: # uv-build - name: "Build wheels uv-build - x86_64" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: x86_64 @@ -159,7 +159,7 @@ jobs: # uv - name: "Build wheels - aarch64" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: aarch64 @@ -197,7 +197,7 @@ jobs: # uv-build - name: "Build wheels uv-build - aarch64" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: aarch64 @@ -239,7 +239,7 @@ jobs: # uv - name: "Build wheels" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.platform.target }} @@ -278,7 +278,7 @@ jobs: # uv-build - name: "Build wheels uv-build" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.platform.target }} @@ -318,7 +318,7 @@ jobs: # uv - name: "Build wheels" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.target }} @@ -385,7 +385,7 @@ jobs: # uv-build - name: "Build wheels uv-build" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.target }} @@ -439,7 +439,7 @@ jobs: # uv - name: "Build wheels" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.platform.target }} @@ -492,7 +492,7 @@ jobs: # uv-build - name: "Build wheels uv-build" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.platform.target }} @@ -546,7 +546,7 @@ jobs: # uv - name: "Build wheels" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.platform.target }} @@ -600,7 +600,7 @@ jobs: # uv-build - name: "Build wheels uv-build" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.platform.target }} @@ -655,7 +655,7 @@ jobs: # uv - name: "Build wheels" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.platform.target }} @@ -713,7 +713,7 @@ jobs: # uv-build - name: "Build wheels uv-build" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.platform.target }} @@ -758,7 +758,7 @@ jobs: # uv - name: "Build wheels" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.platform.target }} @@ -812,7 +812,7 @@ jobs: # uv-build - name: "Build wheels uv-build" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.platform.target }} @@ -865,7 +865,7 @@ jobs: # uv - name: "Build wheels" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.target }} @@ -912,7 +912,7 @@ jobs: # uv-build - name: "Build wheels uv-build" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.target }} @@ -962,7 +962,7 @@ jobs: # uv - name: "Build wheels" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.platform.target }} @@ -1036,7 +1036,7 @@ jobs: # uv-build - name: "Build wheels" - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: maturin-version: v1.11.5 target: ${{ matrix.platform.target }}