File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 - uses : actions/upload-artifact@v4
3232 with :
3333 path : dist/*.tar.gz
34- overwrite : true
34+ name : cibw-sdist
3535
3636 build_wheels :
3737 name : Build wheels on ${{ matrix.os }}
@@ -62,17 +62,17 @@ jobs:
6262 - uses : actions/upload-artifact@v4
6363 with :
6464 path : ./wheelhouse/*.whl
65+ name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
6566
6667 upload_pypi :
6768 needs : [build_wheels, build_sdist]
6869 runs-on : ubuntu-latest
6970 steps :
7071 - uses : actions/download-artifact@v4
7172 with :
72- # unpacks default artifact into dist/
73- # if `name: artifact` is omitted, the action will create extra parent dir
74- name : artifact
73+ pattern : cibw-*
7574 path : dist
75+ merge-multiple : true
7676
7777 - uses : pypa/gh-action-pypi-publish@v1.5.0
7878 # Deploy releases to pypi.
You can’t perform that action at this time.
0 commit comments