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