File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
sccache : ' true'
38
38
manylinux : auto
39
39
- name : Upload wheels
40
- uses : actions/upload-artifact@v3
40
+ uses : actions/upload-artifact@v4
41
41
with :
42
42
name : wheels
43
43
path : dist
60
60
args : --release --out dist --find-interpreter
61
61
sccache : ' true'
62
62
- name : Upload wheels
63
- uses : actions/upload-artifact@v3
63
+ uses : actions/upload-artifact@v4
64
64
with :
65
65
name : wheels
66
66
path : dist
82
82
args : --release --out dist --find-interpreter
83
83
sccache : ' true'
84
84
- name : Upload wheels
85
- uses : actions/upload-artifact@v3
85
+ uses : actions/upload-artifact@v4
86
86
with :
87
87
name : wheels
88
88
path : dist
97
97
command : sdist
98
98
args : --out dist
99
99
- name : Upload sdist
100
- uses : actions/upload-artifact@v3
100
+ uses : actions/upload-artifact@v4
101
101
with :
102
102
name : wheels
103
103
path : dist
@@ -108,7 +108,7 @@ jobs:
108
108
if : " startsWith(github.ref, 'refs/tags/')"
109
109
needs : [linux, windows, macos, sdist]
110
110
steps :
111
- - uses : actions/download-artifact@v3
111
+ - uses : actions/download-artifact@v4
112
112
with :
113
113
name : wheels
114
114
- name : Publish to PyPI
You can’t perform that action at this time.
0 commit comments