File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 3939 uses : actions/upload-artifact@v4
4040 with :
4141 name : parse_model_release
42- path : build /*
42+ path : dist /*
4343
4444 pypi-publish :
4545 name : Upload release to PyPI
@@ -53,15 +53,15 @@ jobs:
5353 uses : actions/download-artifact@v4
5454 with :
5555 name : parse_model_release
56- path : build
56+ path : dist
5757
5858 - name : Display structure of downloaded files
59- run : ls -R build
59+ run : ls -R dist
6060
61- # - name: Publish package distributions to PyPI
62- # uses: pypa/gh-action-pypi-publish@release/v1
63- # # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
64- # with:
65- # repository-url: https://test.pypi.org/legacy/
66- # print-hash: true
67- # verbose: true
61+ - name : Publish package distributions to PyPI
62+ uses : pypa/gh-action-pypi-publish@release/v1
63+ # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
64+ with :
65+ repository-url : https://test.pypi.org/legacy/
66+ print-hash : true
67+ verbose : true
You can’t perform that action at this time.
0 commit comments