File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 python-version : ["3.10"]
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v3
1616 with :
1717 submodules : ' recursive'
1818
Original file line number Diff line number Diff line change 4848
4949 steps :
5050 - name : Checkout repo
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v3
5252 with :
5353 submodules : ' recursive'
5454
7373 # CIBW_CONFIG_SETTINGS: "--build-option=-DDEACTIVATE_AVX512:BOOL=YES"
7474
7575 - name : Upload wheels
76- uses : actions/upload-artifact@v4
76+ uses : actions/upload-artifact@v3
7777 with :
7878 path : ./wheelhouse/*.whl
7979
9191 arch : x86
9292
9393 steps :
94- - uses : actions/checkout@v4
94+ - uses : actions/checkout@v3
9595 with :
9696 submodules : ' recursive'
9797
@@ -110,7 +110,7 @@ jobs:
110110 python -m build --sdist
111111
112112 - name : Upload sdist package
113- uses : actions/upload-artifact@v4
113+ uses : actions/upload-artifact@v3
114114 with :
115115 path : dist/*.tar.gz
116116
@@ -136,7 +136,7 @@ jobs:
136136 # Only upload wheels when tagging (typically a release)
137137 if : startsWith(github.event.ref, 'refs/tags')
138138 steps :
139- - uses : actions/download-artifact@v4
139+ - uses : actions/download-artifact@v3
140140 with :
141141 name : artifact
142142 path : dist
You can’t perform that action at this time.
0 commit comments