File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,19 +60,19 @@ jobs:
6060 retention-days : 1
6161 name : cibw-sdist
6262
63- # upload_pypi:
64- # needs: [build_wheels, build_sdist]
65- # runs-on: ubuntu-latest
66- # if: github.event_name == 'release' && github.event.action == 'published'
67- # steps:
68- # - uses: actions/download-artifact@v4
69- # with:
70- # pattern: cibw-*
71- # path: dist
72- # merge-multiple: true
73- #
74- # - uses: pypa/gh-action-pypi-publish@release/v1
75- # with:
76- # user: __token__
77- # password: ${{ secrets.pypi_password }}
78- # # To test: repository_url: https://test.pypi.org/legacy/
63+ upload_pypi :
64+ needs : [build_wheels, build_sdist]
65+ runs-on : ubuntu-latest
66+ if : github.event_name == 'release' && github.event.action == 'published'
67+ steps :
68+ - uses : actions/download-artifact@v4
69+ with :
70+ pattern : cibw-*
71+ path : dist
72+ merge-multiple : true
73+
74+ - uses : pypa/gh-action-pypi-publish@release/v1
75+ with :
76+ user : __token__
77+ password : ${{ secrets.pypi_password }}
78+ # To test: repository_url: https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments