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 2929 - name : Build wheels
3030 run : python -m cibuildwheel --output-dir wheelhouse
3131
32- - uses : actions/upload-artifact@v4
32+ - uses : actions/upload-artifact@v3
3333 with :
34- name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
34+ name : artifact
3535 path : ./wheelhouse/*.whl
3636
3737 build_sdist :
4343 - name : Build sdist
4444 run : pipx run build --sdist
4545
46- - uses : actions/upload-artifact@v4
46+ - uses : actions/upload-artifact@v3
4747 with :
48+ name : artifact
4849 path : dist/*.tar.gz
4950
5051 upload_pypi :
5556 id-token : write
5657 if : github.event_name == 'release' && github.event.action == 'published'
5758 steps :
58- - uses : actions/download-artifact@v4
59+ - uses : actions/download-artifact@v3
5960 with :
6061 name : artifact
6162 path : dist
You can’t perform that action at this time.
0 commit comments