File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
sccache : ' true'
33
33
manylinux : auto
34
34
- name : Upload wheels
35
- uses : actions/upload-artifact@v3
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
name : wheels
38
38
path : dist
55
55
args : --release --out dist --find-interpreter
56
56
sccache : ' true'
57
57
- name : Upload wheels
58
- uses : actions/upload-artifact@v3
58
+ uses : actions/upload-artifact@v4
59
59
with :
60
60
name : wheels
61
61
path : dist
77
77
# args: --release --out dist --find-interpreter
78
78
# sccache: 'true'
79
79
# - name: Upload wheels
80
- # uses: actions/upload-artifact@v3
80
+ # uses: actions/upload-artifact@v4
81
81
# with:
82
82
# name: wheels
83
83
# path: dist
92
92
# command: build
93
93
# args: --sdist --out dist --release
94
94
# - name: Upload sdist
95
- # uses: actions/upload-artifact@v3
95
+ # uses: actions/upload-artifact@v4
96
96
# with:
97
97
# name: wheels
98
98
# path: dist
You can’t perform that action at this time.
0 commit comments