|
46 | 46 | - name: "Build sdist" |
47 | 47 | uses: PyO3/maturin-action@v1 |
48 | 48 | with: |
| 49 | + maturin-version: 1.4.0 |
49 | 50 | command: sdist |
50 | 51 | args: --out dist |
51 | 52 | - name: "Test sdist" |
|
73 | 74 | - name: "Build wheels - x86_64" |
74 | 75 | uses: PyO3/maturin-action@v1 |
75 | 76 | with: |
| 77 | + maturin-version: 1.4.0 |
76 | 78 | target: x86_64 |
77 | 79 | args: --release --locked --out dist |
78 | 80 | - name: "Upload wheels" |
@@ -112,6 +114,7 @@ jobs: |
112 | 114 | - name: "Build wheels - universal2" |
113 | 115 | uses: PyO3/maturin-action@v1 |
114 | 116 | with: |
| 117 | + maturin-version: 1.4.0 |
115 | 118 | args: --release --locked --target universal2-apple-darwin --out dist |
116 | 119 | - name: "Test wheel - universal2" |
117 | 120 | run: | |
@@ -162,6 +165,7 @@ jobs: |
162 | 165 | - name: "Build wheels" |
163 | 166 | uses: PyO3/maturin-action@v1 |
164 | 167 | with: |
| 168 | + maturin-version: 1.4.0 |
165 | 169 | target: ${{ matrix.platform.target }} |
166 | 170 | args: --release --locked --out dist |
167 | 171 | - name: "Test wheel" |
@@ -209,6 +213,7 @@ jobs: |
209 | 213 | - name: "Build wheels" |
210 | 214 | uses: PyO3/maturin-action@v1 |
211 | 215 | with: |
| 216 | + maturin-version: 1.4.0 |
212 | 217 | target: ${{ matrix.target }} |
213 | 218 | manylinux: auto |
214 | 219 | args: --release --locked --out dist |
@@ -283,6 +288,7 @@ jobs: |
283 | 288 | - name: "Build wheels" |
284 | 289 | uses: PyO3/maturin-action@v1 |
285 | 290 | with: |
| 291 | + maturin-version: 1.4.0 |
286 | 292 | target: ${{ matrix.platform.target }} |
287 | 293 | manylinux: 2_28 |
288 | 294 | docker-options: ${{ matrix.platform.maturin_docker_options }} |
@@ -348,6 +354,7 @@ jobs: |
348 | 354 | - name: "Build wheels" |
349 | 355 | uses: PyO3/maturin-action@v1 |
350 | 356 | with: |
| 357 | + maturin-version: 1.4.0 |
351 | 358 | target: ${{ matrix.platform.target }} |
352 | 359 | manylinux: auto |
353 | 360 | docker-options: ${{ matrix.platform.maturin_docker_options }} |
@@ -415,6 +422,7 @@ jobs: |
415 | 422 | - name: "Build wheels" |
416 | 423 | uses: PyO3/maturin-action@v1 |
417 | 424 | with: |
| 425 | + maturin-version: 1.4.0 |
418 | 426 | target: ${{ matrix.platform.target }} |
419 | 427 | manylinux: auto |
420 | 428 | docker-options: ${{ matrix.platform.maturin_docker_options }} |
@@ -485,6 +493,7 @@ jobs: |
485 | 493 | - name: "Build wheels" |
486 | 494 | uses: PyO3/maturin-action@v1 |
487 | 495 | with: |
| 496 | + maturin-version: 1.4.0 |
488 | 497 | target: ${{ matrix.target }} |
489 | 498 | manylinux: musllinux_1_2 |
490 | 499 | args: --release --locked --out dist |
@@ -547,6 +556,7 @@ jobs: |
547 | 556 | - name: "Build wheels" |
548 | 557 | uses: PyO3/maturin-action@v1 |
549 | 558 | with: |
| 559 | + maturin-version: 1.4.0 |
550 | 560 | target: ${{ matrix.platform.target }} |
551 | 561 | manylinux: musllinux_1_2 |
552 | 562 | args: --release --locked --out dist |
|
0 commit comments