File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 with :
1616 submodules : true
1717
2828 run : pipx run twine check --strict dist/*
2929
3030 - name : Upload sdist
31- uses : actions/upload-artifact@v3
31+ uses : actions/upload-artifact@v4
3232 with :
3333 path : dist/*.tar.gz
3434
4141 os : [ubuntu-latest, windows-latest, macos-latest]
4242 steps :
4343
44- - uses : actions/checkout@v3
44+ - uses : actions/checkout@v4
4545 with :
4646 submodules : true
4747
6666 CIBW_TEST_SKIP : " *-macosx_arm64 *-macosx_universal2:arm64"
6767
6868 - name : Upload wheels
69- uses : actions/upload-artifact@v3
69+ uses : actions/upload-artifact@v4
7070 with :
7171 path : wheelhouse/*.whl
7272
7878 arch : [aarch64]
7979 steps :
8080
81- - uses : actions/checkout@v3
81+ - uses : actions/checkout@v4
8282 with :
8383 submodules : true
8484
9696 shell : bash
9797
9898 - name : Upload wheels
99- uses : actions/upload-artifact@v3
99+ uses : actions/upload-artifact@v4
100100 with :
101101 path : wheelhouse/*.whl
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 with :
1616 submodules : true
1717
2828 run : pipx run twine check --strict dist/*
2929
3030 - name : Upload sdist
31- uses : actions/upload-artifact@v3
31+ uses : actions/upload-artifact@v4
3232 with :
3333 path : dist/*.tar.gz
3434
4141 os : [ubuntu-latest, windows-latest, macos-latest]
4242 steps :
4343
44- - uses : actions/checkout@v3
44+ - uses : actions/checkout@v4
4545 with :
4646 submodules : true
4747
6666 CIBW_TEST_SKIP : " *-macosx_arm64 *-macosx_universal2:arm64"
6767
6868 - name : Upload wheels
69- uses : actions/upload-artifact@v3
69+ uses : actions/upload-artifact@v4
7070 with :
7171 path : wheelhouse/*.whl
7272
7878 arch : [aarch64]
7979 steps :
8080
81- - uses : actions/checkout@v3
81+ - uses : actions/checkout@v4
8282 with :
8383 submodules : true
8484
9696 shell : bash
9797
9898 - name : Upload wheels
99- uses : actions/upload-artifact@v3
99+ uses : actions/upload-artifact@v4
100100 with :
101101 path : wheelhouse/*.whl
102102
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 with :
2020 submodules : true
2121
3232 run : pipx run twine check --strict dist/*
3333
3434 - name : Upload sdist
35- uses : actions/upload-artifact@v3
35+ uses : actions/upload-artifact@v4
3636 with :
3737 path : dist/*.tar.gz
3838
4444 os : [ubuntu-latest, windows-latest, macos-latest]
4545 steps :
4646
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v
4848 with :
4949 submodules : true
5050
6969 CIBW_TEST_SKIP : " *-macosx_arm64 *-macosx_universal2:arm64"
7070
7171 - name : Upload wheels
72- uses : actions/upload-artifact@v3
72+ uses : actions/upload-artifact@v4
7373 with :
7474 path : wheelhouse/*.whl
7575
8181 arch : [aarch64]
8282 steps :
8383
84- - uses : actions/checkout@v3
84+ - uses : actions/checkout@v4
8585 with :
8686 submodules : true
8787
9999 shell : bash
100100
101101 - name : Upload wheels
102- uses : actions/upload-artifact@v3
102+ uses : actions/upload-artifact@v4
103103 with :
104104 path : wheelhouse/*.whl
105105
You can’t perform that action at this time.
0 commit comments