16
16
- s390x
17
17
- ppc64le
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v3
20
20
- uses : actions/setup-python@v4
21
21
with :
22
22
python-version : ' 3.10'
28
28
sccache : ' true'
29
29
manylinux : auto
30
30
- name : Upload wheels
31
- uses : actions/upload-artifact@v4
31
+ uses : actions/upload-artifact@v3
32
32
with :
33
33
name : wheels
34
34
path : dist
40
40
- x64
41
41
- x86
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@v3
44
44
- uses : actions/setup-python@v4
45
45
with :
46
46
python-version : ' 3.10'
52
52
args : ' --release --out dist --find-interpreter'
53
53
sccache : ' true'
54
54
- name : Upload wheels
55
- uses : actions/upload-artifact@v4
55
+ uses : actions/upload-artifact@v3
56
56
with :
57
57
name : wheels
58
58
path : dist
64
64
- x86_64
65
65
- aarch64
66
66
steps :
67
- - uses : actions/checkout@v4
67
+ - uses : actions/checkout@v3
68
68
- uses : actions/setup-python@v4
69
69
with :
70
70
python-version : ' 3.10'
75
75
args : ' --release --out dist --find-interpreter'
76
76
sccache : ' true'
77
77
- name : Upload wheels
78
- uses : actions/upload-artifact@v4
78
+ uses : actions/upload-artifact@v3
79
79
with :
80
80
name : wheels
81
81
path : dist
86
86
if : ' startsWith(github.ref, '' refs/tags/'' )'
87
87
needs : [linux, windows, macos]
88
88
steps :
89
- - uses : actions/download-artifact@v4
89
+ - uses : actions/download-artifact@v3
90
90
with :
91
91
name : wheels
92
92
- name : Create Release
@@ -113,7 +113,7 @@ jobs:
113
113
if : startsWith(github.ref, 'refs/tags/')
114
114
needs : [linux, windows, macos]
115
115
steps :
116
- - uses : actions/download-artifact@v4
116
+ - uses : actions/download-artifact@v3
117
117
with :
118
118
name : wheels
119
119
- name : Publish to PyPI
0 commit comments