Skip to content

Commit 7a675cd

Browse files
Remove Maturin pin (#10284)
## Summary As of https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.13, all relevant dependencies have been updated to support Metadata 2.2, so we can remove our Maturin pin.
1 parent 7b4a73d commit 7a675cd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ env:
2828
CARGO_NET_RETRY: 10
2929
CARGO_TERM_COLOR: always
3030
RUSTUP_MAX_RETRIES: 10
31-
MATURIN_VERSION: "1.4.0"
3231

3332
jobs:
3433
sdist:
@@ -45,7 +44,6 @@ jobs:
4544
- name: "Build sdist"
4645
uses: PyO3/maturin-action@v1
4746
with:
48-
maturin-version: ${{ env.MATURIN_VERSION }}
4947
command: sdist
5048
args: --out dist
5149
- name: "Test sdist"
@@ -74,7 +72,6 @@ jobs:
7472
- name: "Build wheels - x86_64"
7573
uses: PyO3/maturin-action@v1
7674
with:
77-
maturin-version: ${{ env.MATURIN_VERSION }}
7875
target: x86_64
7976
args: --release --locked --out dist
8077
- name: "Test wheel - x86_64"
@@ -115,7 +112,6 @@ jobs:
115112
- name: "Build wheels - universal2"
116113
uses: PyO3/maturin-action@v1
117114
with:
118-
maturin-version: ${{ env.MATURIN_VERSION }}
119115
args: --release --locked --target universal2-apple-darwin --out dist
120116
- name: "Test wheel - universal2"
121117
run: |
@@ -164,7 +160,6 @@ jobs:
164160
- name: "Build wheels"
165161
uses: PyO3/maturin-action@v1
166162
with:
167-
maturin-version: ${{ env.MATURIN_VERSION }}
168163
target: ${{ matrix.platform.target }}
169164
args: --release --locked --out dist
170165
- name: "Test wheel"
@@ -213,7 +208,6 @@ jobs:
213208
- name: "Build wheels"
214209
uses: PyO3/maturin-action@v1
215210
with:
216-
maturin-version: ${{ env.MATURIN_VERSION }}
217211
target: ${{ matrix.target }}
218212
manylinux: auto
219213
args: --release --locked --out dist
@@ -276,7 +270,6 @@ jobs:
276270
- name: "Build wheels"
277271
uses: PyO3/maturin-action@v1
278272
with:
279-
maturin-version: ${{ env.MATURIN_VERSION }}
280273
target: ${{ matrix.platform.target }}
281274
manylinux: auto
282275
docker-options: ${{ matrix.platform.maturin_docker_options }}
@@ -333,7 +326,6 @@ jobs:
333326
- name: "Build wheels"
334327
uses: PyO3/maturin-action@v1
335328
with:
336-
maturin-version: ${{ env.MATURIN_VERSION }}
337329
target: ${{ matrix.target }}
338330
manylinux: musllinux_1_2
339331
args: --release --locked --out dist
@@ -389,7 +381,6 @@ jobs:
389381
- name: "Build wheels"
390382
uses: PyO3/maturin-action@v1
391383
with:
392-
maturin-version: ${{ env.MATURIN_VERSION }}
393384
target: ${{ matrix.platform.target }}
394385
manylinux: musllinux_1_2
395386
args: --release --locked --out dist

0 commit comments

Comments
 (0)