File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
matrix :
20
20
target : [x86_64, aarch64]
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v3
23
23
- uses : actions/setup-python@v4
24
24
with :
25
25
python-version : " 3.10"
55
55
fi
56
56
57
57
- name : Upload wheels
58
- uses : actions/upload-artifact@v4
58
+ uses : actions/upload-artifact@v3
59
59
with :
60
60
name : wheels
61
61
path : dist
80
80
args : --release --out dist --find-interpreter
81
81
sccache : ' true'
82
82
- name : Upload wheels
83
- uses : actions/upload-artifact@v4
83
+ uses : actions/upload-artifact@v3
84
84
with :
85
85
name : wheels
86
86
path : dist
@@ -101,7 +101,7 @@ jobs:
101
101
args : --release --out dist --find-interpreter
102
102
sccache : ' true'
103
103
- name : Upload wheels
104
- uses : actions/upload-artifact@v4
104
+ uses : actions/upload-artifact@v3
105
105
with :
106
106
name : wheels
107
107
path : dist
@@ -122,7 +122,7 @@ jobs:
122
122
args : --release --out dist --find-interpreter
123
123
sccache : ' true'
124
124
- name : Upload wheels
125
- uses : actions/upload-artifact@v4
125
+ uses : actions/upload-artifact@v3
126
126
with :
127
127
name : wheels
128
128
path : dist
@@ -137,7 +137,7 @@ jobs:
137
137
command : sdist
138
138
args : --out dist
139
139
- name : Upload sdist
140
- uses : actions/upload-artifact@v4
140
+ uses : actions/upload-artifact@v3
141
141
with :
142
142
name : wheels
143
143
path : dist
You can’t perform that action at this time.
0 commit comments