File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 29
29
- name : Build wheels
30
30
run : python -m cibuildwheel --output-dir wheelhouse
31
31
32
- - uses : actions/upload-artifact@v4
32
+ - uses : actions/upload-artifact@v3
33
33
with :
34
- name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
34
+ name : artifact
35
35
path : ./wheelhouse/*.whl
36
36
37
37
build_sdist :
43
43
- name : Build sdist
44
44
run : pipx run build --sdist
45
45
46
- - uses : actions/upload-artifact@v4
46
+ - uses : actions/upload-artifact@v3
47
47
with :
48
+ name : artifact
48
49
path : dist/*.tar.gz
49
50
50
51
upload_pypi :
55
56
id-token : write
56
57
if : github.event_name == 'release' && github.event.action == 'published'
57
58
steps :
58
- - uses : actions/download-artifact@v4
59
+ - uses : actions/download-artifact@v3
59
60
with :
60
61
name : artifact
61
62
path : dist
You can’t perform that action at this time.
0 commit comments