File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 - uses : rui314/setup-mold@v1
2828 - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
2929 - run : rustup show
30- - uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
30+ - uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
3131 with :
3232 command : build
3333 manylinux : " 2_28"
Original file line number Diff line number Diff line change 3030
3131 - name : Build package (x86_64)
3232 if : ${{ steps.release.outputs.release_created }}
33- uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
33+ uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
3434 with :
3535 command : publish
3636 args : --non-interactive --skip-existing
3939
4040 - name : Build package (aarch64)
4141 if : ${{ steps.release.outputs.release_created }}
42- uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
42+ uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
4343 with :
4444 command : publish
4545 args : --non-interactive --skip-existing
You can’t perform that action at this time.
0 commit comments