File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
submodules : true
17
17
28
28
run : pipx run twine check --strict dist/*
29
29
30
30
- name : Upload sdist
31
- uses : actions/upload-artifact@v3
31
+ uses : actions/upload-artifact@v4
32
32
with :
33
33
path : dist/*.tar.gz
34
34
41
41
os : [ubuntu-latest, windows-latest, macos-latest]
42
42
steps :
43
43
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
with :
46
46
submodules : true
47
47
66
66
CIBW_TEST_SKIP : " *-macosx_arm64 *-macosx_universal2:arm64"
67
67
68
68
- name : Upload wheels
69
- uses : actions/upload-artifact@v3
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
71
path : wheelhouse/*.whl
72
72
78
78
arch : [aarch64]
79
79
steps :
80
80
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
with :
83
83
submodules : true
84
84
96
96
shell : bash
97
97
98
98
- name : Upload wheels
99
- uses : actions/upload-artifact@v3
99
+ uses : actions/upload-artifact@v4
100
100
with :
101
101
path : wheelhouse/*.whl
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
submodules : true
17
17
28
28
run : pipx run twine check --strict dist/*
29
29
30
30
- name : Upload sdist
31
- uses : actions/upload-artifact@v3
31
+ uses : actions/upload-artifact@v4
32
32
with :
33
33
path : dist/*.tar.gz
34
34
41
41
os : [ubuntu-latest, windows-latest, macos-latest]
42
42
steps :
43
43
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
with :
46
46
submodules : true
47
47
66
66
CIBW_TEST_SKIP : " *-macosx_arm64 *-macosx_universal2:arm64"
67
67
68
68
- name : Upload wheels
69
- uses : actions/upload-artifact@v3
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
71
path : wheelhouse/*.whl
72
72
78
78
arch : [aarch64]
79
79
steps :
80
80
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
with :
83
83
submodules : true
84
84
96
96
shell : bash
97
97
98
98
- name : Upload wheels
99
- uses : actions/upload-artifact@v3
99
+ uses : actions/upload-artifact@v4
100
100
with :
101
101
path : wheelhouse/*.whl
102
102
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
submodules : true
21
21
32
32
run : pipx run twine check --strict dist/*
33
33
34
34
- name : Upload sdist
35
- uses : actions/upload-artifact@v3
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
path : dist/*.tar.gz
38
38
44
44
os : [ubuntu-latest, windows-latest, macos-latest]
45
45
steps :
46
46
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v
48
48
with :
49
49
submodules : true
50
50
69
69
CIBW_TEST_SKIP : " *-macosx_arm64 *-macosx_universal2:arm64"
70
70
71
71
- name : Upload wheels
72
- uses : actions/upload-artifact@v3
72
+ uses : actions/upload-artifact@v4
73
73
with :
74
74
path : wheelhouse/*.whl
75
75
81
81
arch : [aarch64]
82
82
steps :
83
83
84
- - uses : actions/checkout@v3
84
+ - uses : actions/checkout@v4
85
85
with :
86
86
submodules : true
87
87
99
99
shell : bash
100
100
101
101
- name : Upload wheels
102
- uses : actions/upload-artifact@v3
102
+ uses : actions/upload-artifact@v4
103
103
with :
104
104
path : wheelhouse/*.whl
105
105
You can’t perform that action at this time.
0 commit comments