|
49 | 49 | - name: "Prep README.md" |
50 | 50 | run: python scripts/transform_readme.py --target pypi |
51 | 51 | - name: "Build sdist" |
52 | | - uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1.48.1 |
| 52 | + uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1 |
53 | 53 | with: |
54 | 54 | command: sdist |
55 | 55 | args: --out dist |
|
79 | 79 | - name: "Prep README.md" |
80 | 80 | run: python scripts/transform_readme.py --target pypi |
81 | 81 | - name: "Build wheels - x86_64" |
82 | | - uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1.48.1 |
| 82 | + uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1 |
83 | 83 | with: |
84 | 84 | target: x86_64 |
85 | 85 | args: --release --locked --out dist |
@@ -121,7 +121,7 @@ jobs: |
121 | 121 | - name: "Prep README.md" |
122 | 122 | run: python scripts/transform_readme.py --target pypi |
123 | 123 | - name: "Build wheels - aarch64" |
124 | | - uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1.48.1 |
| 124 | + uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1 |
125 | 125 | with: |
126 | 126 | target: aarch64 |
127 | 127 | args: --release --locked --out dist |
@@ -177,7 +177,7 @@ jobs: |
177 | 177 | - name: "Prep README.md" |
178 | 178 | run: python scripts/transform_readme.py --target pypi |
179 | 179 | - name: "Build wheels" |
180 | | - uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1.48.1 |
| 180 | + uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1 |
181 | 181 | with: |
182 | 182 | target: ${{ matrix.platform.target }} |
183 | 183 | args: --release --locked --out dist |
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | - name: "Prep README.md" |
231 | 231 | run: python scripts/transform_readme.py --target pypi |
232 | 232 | - name: "Build wheels" |
233 | | - uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1.48.1 |
| 233 | + uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1 |
234 | 234 | with: |
235 | 235 | target: ${{ matrix.target }} |
236 | 236 | manylinux: auto |
@@ -304,7 +304,7 @@ jobs: |
304 | 304 | - name: "Prep README.md" |
305 | 305 | run: python scripts/transform_readme.py --target pypi |
306 | 306 | - name: "Build wheels" |
307 | | - uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1.48.1 |
| 307 | + uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1 |
308 | 308 | with: |
309 | 309 | target: ${{ matrix.platform.target }} |
310 | 310 | manylinux: auto |
@@ -370,7 +370,7 @@ jobs: |
370 | 370 | - name: "Prep README.md" |
371 | 371 | run: python scripts/transform_readme.py --target pypi |
372 | 372 | - name: "Build wheels" |
373 | | - uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1.48.1 |
| 373 | + uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1 |
374 | 374 | with: |
375 | 375 | target: ${{ matrix.target }} |
376 | 376 | manylinux: musllinux_1_2 |
@@ -435,7 +435,7 @@ jobs: |
435 | 435 | - name: "Prep README.md" |
436 | 436 | run: python scripts/transform_readme.py --target pypi |
437 | 437 | - name: "Build wheels" |
438 | | - uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1.48.1 |
| 438 | + uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1 |
439 | 439 | with: |
440 | 440 | target: ${{ matrix.platform.target }} |
441 | 441 | manylinux: musllinux_1_2 |
|
0 commit comments