|
50 | 50 | - name: "Prep README.md"
|
51 | 51 | run: python scripts/transform_readme.py
|
52 | 52 | - name: "Build sdist"
|
53 |
| - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 |
| 53 | + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 |
54 | 54 | with:
|
55 | 55 | command: sdist
|
56 | 56 | args: --out dist
|
|
81 | 81 | - name: "Prep README.md"
|
82 | 82 | run: python scripts/transform_readme.py
|
83 | 83 | - name: "Build wheels - x86_64"
|
84 |
| - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 |
| 84 | + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 |
85 | 85 | with:
|
86 | 86 | target: x86_64
|
87 | 87 | args: --release --locked --out dist
|
@@ -123,7 +123,7 @@ jobs:
|
123 | 123 | - name: "Prep README.md"
|
124 | 124 | run: python scripts/transform_readme.py
|
125 | 125 | - name: "Build wheels - aarch64"
|
126 |
| - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 |
| 126 | + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 |
127 | 127 | with:
|
128 | 128 | target: aarch64
|
129 | 129 | args: --release --locked --out dist
|
@@ -179,7 +179,7 @@ jobs:
|
179 | 179 | - name: "Prep README.md"
|
180 | 180 | run: python scripts/transform_readme.py
|
181 | 181 | - name: "Build wheels"
|
182 |
| - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 |
| 182 | + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 |
183 | 183 | with:
|
184 | 184 | target: ${{ matrix.platform.target }}
|
185 | 185 | args: --release --locked --out dist
|
@@ -233,7 +233,7 @@ jobs:
|
233 | 233 | - name: "Prep README.md"
|
234 | 234 | run: python scripts/transform_readme.py
|
235 | 235 | - name: "Build wheels"
|
236 |
| - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 |
| 236 | + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 |
237 | 237 | with:
|
238 | 238 | target: ${{ matrix.target }}
|
239 | 239 | manylinux: auto
|
@@ -308,7 +308,7 @@ jobs:
|
308 | 308 | - name: "Prep README.md"
|
309 | 309 | run: python scripts/transform_readme.py
|
310 | 310 | - name: "Build wheels"
|
311 |
| - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 |
| 311 | + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 |
312 | 312 | with:
|
313 | 313 | target: ${{ matrix.platform.target }}
|
314 | 314 | manylinux: auto
|
@@ -374,7 +374,7 @@ jobs:
|
374 | 374 | - name: "Prep README.md"
|
375 | 375 | run: python scripts/transform_readme.py
|
376 | 376 | - name: "Build wheels"
|
377 |
| - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 |
| 377 | + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 |
378 | 378 | with:
|
379 | 379 | target: ${{ matrix.target }}
|
380 | 380 | manylinux: musllinux_1_2
|
@@ -439,7 +439,7 @@ jobs:
|
439 | 439 | - name: "Prep README.md"
|
440 | 440 | run: python scripts/transform_readme.py
|
441 | 441 | - name: "Build wheels"
|
442 |
| - uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3 |
| 442 | + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 |
443 | 443 | with:
|
444 | 444 | target: ${{ matrix.platform.target }}
|
445 | 445 | manylinux: musllinux_1_2
|
|
0 commit comments