Update PyO3/maturin-action action to v1.50.0 (#18045)

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

<details>
<summary>PyO3/maturin-action (PyO3/maturin-action)</summary>

###
[`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
[@&#8203;woodruffw](https://redirect.github.com/woodruffw) in
[#&#8203;373](https://redirect.github.com/PyO3/maturin-action/pull/373)
- ci: pin dbhi/qus/action to a specific commit by
[@&#8203;woodruffw](https://redirect.github.com/woodruffw) in
[#&#8203;374](https://redirect.github.com/PyO3/maturin-action/pull/374)
- Add write permissions for contents by
[@&#8203;davidhewitt](https://redirect.github.com/davidhewitt) in
[#&#8203;376](https://redirect.github.com/PyO3/maturin-action/pull/376)
- place tool cache versions on path in order from oldest to newest by
[@&#8203;davidhewitt](https://redirect.github.com/davidhewitt) in
[#&#8203;381](https://redirect.github.com/PyO3/maturin-action/pull/381)
- Add alias for riscv on manylinux by
[@&#8203;boosterl](https://redirect.github.com/boosterl) in
[#&#8203;399](https://redirect.github.com/PyO3/maturin-action/pull/399)
- Document how to harden release pipelines by
[@&#8203;konstin](https://redirect.github.com/konstin) in
[#&#8203;400](https://redirect.github.com/PyO3/maturin-action/pull/400)
- Update dependencies to latest versions with ESM and Node 24 by
[@&#8203;messense](https://redirect.github.com/messense) in
[#&#8203;409](https://redirect.github.com/PyO3/maturin-action/pull/409)

##### New Contributors

- [@&#8203;woodruffw](https://redirect.github.com/woodruffw) made their
first contribution in
[#&#8203;373](https://redirect.github.com/PyO3/maturin-action/pull/373)
- [@&#8203;davidhewitt](https://redirect.github.com/davidhewitt) made
their first contribution in
[#&#8203;376](https://redirect.github.com/PyO3/maturin-action/pull/376)
- [@&#8203;boosterl](https://redirect.github.com/boosterl) made their
first contribution in
[#&#8203;399](https://redirect.github.com/PyO3/maturin-action/pull/399)
- [@&#8203;konstin](https://redirect.github.com/konstin) made their
first contribution in
[#&#8203;400](https://redirect.github.com/PyO3/maturin-action/pull/400)

**Full Changelog**:
<https://github.com/PyO3/maturin-action/compare/v1.49.4...v1.50.0>

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImJ1aWxkOnNraXAtcmVsZWFzZSIsImludGVybmFsIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-16 17:58:30 +01:00
committed by GitHub
parent f7a4cd4c79
commit 63f6dc6ed5
+22 -22
View File
@@ -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 }}