File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -93,26 +93,26 @@ jobs:
9393 path : ./wheelhouse/*.whl
9494 retention-days : 7
9595
96- # publish_pypi:
96+ publish_pypi :
9797
98- # name: "Publish packages on PyPI"
99- # runs-on: ubuntu-latest
100- # needs:
101- # - build_sdist
102- # - build_wheels
98+ name : " Publish packages on PyPI"
99+ runs-on : ubuntu-latest
100+ needs :
101+ - build_sdist
102+ - build_wheels
103103
104- # steps:
104+ steps :
105105
106- # - name: "Download artifacts"
107- # uses: actions/download-artifact@v4
106+ - name : " Download artifacts"
107+ uses : actions/download-artifact@v4
108108
109- # - name: "Move packages to the dist/ folder"
110- # run: |
111- # mkdir dist/
112- # mv sdist/* dist/
113- # mv wheels-*/*.whl dist/
109+ - name : " Move packages to the dist/ folder"
110+ run : |
111+ mkdir dist/
112+ mv sdist/* dist/
113+ mv wheels-*/*.whl dist/
114114
115- # - name: "Publish packages on PyPI"
116- # uses: pypa/gh-action-pypi-publish@release/v1
117- # with:
118- # password: ${{ secrets.PYPI_API_TOKEN }}
115+ - name : " Publish packages on PyPI"
116+ uses : pypa/gh-action-pypi-publish@release/v1
117+ with :
118+ password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments