File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
python-version : ["3.10"]
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v3
16
16
with :
17
17
submodules : ' recursive'
18
18
Original file line number Diff line number Diff line change 48
48
49
49
steps :
50
50
- name : Checkout repo
51
- uses : actions/checkout@v4
51
+ uses : actions/checkout@v3
52
52
with :
53
53
submodules : ' recursive'
54
54
73
73
# CIBW_CONFIG_SETTINGS: "--build-option=-DDEACTIVATE_AVX512:BOOL=YES"
74
74
75
75
- name : Upload wheels
76
- uses : actions/upload-artifact@v4
76
+ uses : actions/upload-artifact@v3
77
77
with :
78
78
path : ./wheelhouse/*.whl
79
79
91
91
arch : x86
92
92
93
93
steps :
94
- - uses : actions/checkout@v4
94
+ - uses : actions/checkout@v3
95
95
with :
96
96
submodules : ' recursive'
97
97
@@ -110,7 +110,7 @@ jobs:
110
110
python -m build --sdist
111
111
112
112
- name : Upload sdist package
113
- uses : actions/upload-artifact@v4
113
+ uses : actions/upload-artifact@v3
114
114
with :
115
115
path : dist/*.tar.gz
116
116
@@ -136,7 +136,7 @@ jobs:
136
136
# Only upload wheels when tagging (typically a release)
137
137
if : startsWith(github.event.ref, 'refs/tags')
138
138
steps :
139
- - uses : actions/download-artifact@v4
139
+ - uses : actions/download-artifact@v3
140
140
with :
141
141
name : artifact
142
142
path : dist
You can’t perform that action at this time.
0 commit comments