Un-pin `maturin-action` version (#12287)

## Summary

The commit we want is in https://github.com/PyO3/maturin-action/pull/330
which is now released.
This commit is contained in:
Charlie Marsh 2025-03-18 08:54:22 -07:00 committed by GitHub
parent ada1acb32f
commit e9d2b6ecea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -301,8 +301,7 @@ jobs:
# uv # uv
- name: "Build wheels" - name: "Build wheels"
# Use patch for https://github.com/PyO3/maturin-action/issues/331 uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1.47.2
uses: PyO3/maturin-action@711bb9fcefaea0b45a7d625ee2c265fd9fe7f3e5
with: with:
target: ${{ matrix.target }} target: ${{ matrix.target }}
manylinux: auto manylinux: auto