|
51 | 51 | - name: "Build sdist" |
52 | 52 | uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 |
53 | 53 | with: |
54 | | - maturin-version: v1.11.5 |
| 54 | + maturin-version: v1.13.1 |
55 | 55 | command: sdist |
56 | 56 | args: --out dist |
57 | 57 | - name: "Test sdist" |
|
82 | 82 | - name: "Build wheels - x86_64" |
83 | 83 | uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 |
84 | 84 | with: |
85 | | - maturin-version: v1.11.5 |
| 85 | + maturin-version: v1.13.1 |
86 | 86 | target: x86_64 |
87 | 87 | args: --release --locked --out dist --compatibility pypi |
88 | 88 | - name: "Upload wheels" |
@@ -125,7 +125,7 @@ jobs: |
125 | 125 | - name: "Build wheels - aarch64" |
126 | 126 | uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 |
127 | 127 | with: |
128 | | - maturin-version: v1.11.5 |
| 128 | + maturin-version: v1.13.1 |
129 | 129 | target: aarch64 |
130 | 130 | args: --release --locked --out dist --compatibility pypi |
131 | 131 | - name: "Test wheel - aarch64" |
@@ -182,7 +182,7 @@ jobs: |
182 | 182 | - name: "Build wheels" |
183 | 183 | uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 |
184 | 184 | with: |
185 | | - maturin-version: v1.11.5 |
| 185 | + maturin-version: v1.13.1 |
186 | 186 | target: ${{ matrix.platform.target }} |
187 | 187 | args: --release --locked --out dist --compatibility pypi |
188 | 188 | env: |
@@ -236,7 +236,7 @@ jobs: |
236 | 236 | - name: "Build wheels" |
237 | 237 | uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 |
238 | 238 | with: |
239 | | - maturin-version: v1.11.5 |
| 239 | + maturin-version: v1.13.1 |
240 | 240 | target: ${{ matrix.target }} |
241 | 241 | manylinux: 2_17 |
242 | 242 | args: --release --locked --out dist --compatibility pypi |
@@ -317,7 +317,7 @@ jobs: |
317 | 317 | - name: "Build wheels" |
318 | 318 | uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 |
319 | 319 | with: |
320 | | - maturin-version: v1.11.5 |
| 320 | + maturin-version: v1.13.1 |
321 | 321 | target: ${{ matrix.platform.target }} |
322 | 322 | manylinux: ${{ matrix.platform.manylinux }} |
323 | 323 | docker-options: ${{ matrix.platform.maturin_docker_options }} |
@@ -384,7 +384,7 @@ jobs: |
384 | 384 | - name: "Build wheels" |
385 | 385 | uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 |
386 | 386 | with: |
387 | | - maturin-version: v1.11.5 |
| 387 | + maturin-version: v1.13.1 |
388 | 388 | target: ${{ matrix.target }} |
389 | 389 | manylinux: musllinux_1_2 |
390 | 390 | args: --release --locked --out dist --compatibility pypi |
@@ -448,7 +448,7 @@ jobs: |
448 | 448 | - name: "Build wheels" |
449 | 449 | uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 |
450 | 450 | with: |
451 | | - maturin-version: v1.11.5 |
| 451 | + maturin-version: v1.13.1 |
452 | 452 | target: ${{ matrix.platform.target }} |
453 | 453 | manylinux: musllinux_1_2 |
454 | 454 | args: --release --locked --out dist --compatibility pypi |
|
0 commit comments