mirror of https://github.com/astral-sh/uv
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:
parent
ada1acb32f
commit
e9d2b6ecea
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue