File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Check metadata
2222 run : pipx run twine check dist/*
2323
24- - uses : actions/upload-artifact@v4
24+ - uses : actions/upload-artifact@v3
2525 with :
2626 path : dist/*.tar.gz
2727
9090 python -m cibuildwheel --output-dir wheelhouse
9191
9292 # Upload binaries to github
93- - uses : actions/upload-artifact@v4
93+ - uses : actions/upload-artifact@v3
9494 with :
95- name : artefact-${{ matrix.cpversion }}-${{ matrix.os.cibw-arch }}
9695 path : |-
9796 ./wheelhouse/*.whl
9897 ./wheelhouse/*.tar.gz
@@ -106,7 +105,7 @@ jobs:
106105 # alternatively, to publish when a GitHub Release is created, use the following rule:
107106 if : github.event_name == 'release' && github.event.action == 'published'
108107 steps :
109- - uses : actions/download-artifact@v4
108+ - uses : actions/download-artifact@v3
110109 with :
111110 name : artifact
112111 path : dist
You can’t perform that action at this time.
0 commit comments