File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - uses : actions/upload-artifact@v4
3333 with :
3434 path : ./wheelhouse/*.whl
35+ name : wheels-${{ matrix.runs-on }}
Original file line number Diff line number Diff line change 1919 - uses : actions/upload-artifact@v4
2020 with :
2121 path : ./wheelhouse/*.whl
22+ name : wheels-${{ matrix.runs-on }}
2223
2324 upload_pypi :
2425 name : Release To PyPi
3334
3435 - uses : actions/download-artifact@v4
3536 with :
36- name : artifact
3737 path : dist
38-
38+ pattern : wheels-*
39+ merge-multiple : true
3940 - uses : pypa/gh-action-pypi-publish@v1.8.10
4041
4142 create_release :
5455 echo "tag_name=${VER}" >> $GITHUB_OUTPUT
5556 - uses : actions/download-artifact@v3
5657 with :
57- name : artifact
5858 path : dist
59+ pattern : wheels-*
60+ merge-multiple : true
5961 - uses : ncipollo/release-action@v1.14.0
6062 with :
6163 artifacts : " dist/*"
You can’t perform that action at this time.
0 commit comments