|
28 | 28 | CARGO_NET_RETRY: 10
|
29 | 29 | CARGO_TERM_COLOR: always
|
30 | 30 | RUSTUP_MAX_RETRIES: 10
|
31 |
| - MATURIN_VERSION: "1.4.0" |
32 | 31 |
|
33 | 32 | jobs:
|
34 | 33 | sdist:
|
|
45 | 44 | - name: "Build sdist"
|
46 | 45 | uses: PyO3/maturin-action@v1
|
47 | 46 | with:
|
48 |
| - maturin-version: ${{ env.MATURIN_VERSION }} |
49 | 47 | command: sdist
|
50 | 48 | args: --out dist
|
51 | 49 | - name: "Test sdist"
|
|
74 | 72 | - name: "Build wheels - x86_64"
|
75 | 73 | uses: PyO3/maturin-action@v1
|
76 | 74 | with:
|
77 |
| - maturin-version: ${{ env.MATURIN_VERSION }} |
78 | 75 | target: x86_64
|
79 | 76 | args: --release --locked --out dist
|
80 | 77 | - name: "Test wheel - x86_64"
|
@@ -115,7 +112,6 @@ jobs:
|
115 | 112 | - name: "Build wheels - universal2"
|
116 | 113 | uses: PyO3/maturin-action@v1
|
117 | 114 | with:
|
118 |
| - maturin-version: ${{ env.MATURIN_VERSION }} |
119 | 115 | args: --release --locked --target universal2-apple-darwin --out dist
|
120 | 116 | - name: "Test wheel - universal2"
|
121 | 117 | run: |
|
@@ -164,7 +160,6 @@ jobs:
|
164 | 160 | - name: "Build wheels"
|
165 | 161 | uses: PyO3/maturin-action@v1
|
166 | 162 | with:
|
167 |
| - maturin-version: ${{ env.MATURIN_VERSION }} |
168 | 163 | target: ${{ matrix.platform.target }}
|
169 | 164 | args: --release --locked --out dist
|
170 | 165 | - name: "Test wheel"
|
@@ -213,7 +208,6 @@ jobs:
|
213 | 208 | - name: "Build wheels"
|
214 | 209 | uses: PyO3/maturin-action@v1
|
215 | 210 | with:
|
216 |
| - maturin-version: ${{ env.MATURIN_VERSION }} |
217 | 211 | target: ${{ matrix.target }}
|
218 | 212 | manylinux: auto
|
219 | 213 | args: --release --locked --out dist
|
@@ -276,7 +270,6 @@ jobs:
|
276 | 270 | - name: "Build wheels"
|
277 | 271 | uses: PyO3/maturin-action@v1
|
278 | 272 | with:
|
279 |
| - maturin-version: ${{ env.MATURIN_VERSION }} |
280 | 273 | target: ${{ matrix.platform.target }}
|
281 | 274 | manylinux: auto
|
282 | 275 | docker-options: ${{ matrix.platform.maturin_docker_options }}
|
@@ -333,7 +326,6 @@ jobs:
|
333 | 326 | - name: "Build wheels"
|
334 | 327 | uses: PyO3/maturin-action@v1
|
335 | 328 | with:
|
336 |
| - maturin-version: ${{ env.MATURIN_VERSION }} |
337 | 329 | target: ${{ matrix.target }}
|
338 | 330 | manylinux: musllinux_1_2
|
339 | 331 | args: --release --locked --out dist
|
@@ -389,7 +381,6 @@ jobs:
|
389 | 381 | - name: "Build wheels"
|
390 | 382 | uses: PyO3/maturin-action@v1
|
391 | 383 | with:
|
392 |
| - maturin-version: ${{ env.MATURIN_VERSION }} |
393 | 384 | target: ${{ matrix.platform.target }}
|
394 | 385 | manylinux: musllinux_1_2
|
395 | 386 | args: --release --locked --out dist
|
|
0 commit comments