File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 3939
4040 - uses : actions/upload-artifact@v4
4141 with :
42- path : ./wheelhouse/*.whl
42+ name : wheels-${{ matrix.os }}
43+ path : wheelhouse/*.whl
4344
4445
4546 build_sdist :
6364
6465 - uses : actions/upload-artifact@v4
6566 with :
67+ name : wheels-sdist
6668 path : dist/*.tar.gz
6769
6870
7173 runs-on : ubuntu-latest
7274
7375 steps :
74- - uses : actions/download-artifact@v4
75- with :
76- # unpacks default artifact into dist/
77- # if `name: artifact` is omitted, the action will create extra parent dir
78- name : artifact
79- path : dist
80-
81- 82- with :
83- user : __token__
84- password : ${{ secrets.PYPI_API_TOKEN }}
85- # To test: repository_url: https://test.pypi.org/legacy/
76+ - uses : actions/download-artifact@v5
77+ - name : Publish distribution 📦 to PyPI
78+ uses : pypa/gh-action-pypi-publish@release/v1
79+
You can’t perform that action at this time.
0 commit comments