File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5050 # see https://github.com/pypa/gh-action-pypi-publish
5151 uses : pypa/gh-action-pypi-publish@master
5252 with :
53- password : ${{ secrets.PYPI_TOKEN }}
53+ password : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 7171 - name : Python Semantic Release
7272 id : semantic-release
7373 # see https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html
74- uses : relekang/python-semantic-release@master
74+ # see https://github.com/relekang/python-semantic-release
75+ uses : relekang/python-semantic-release@v7.28.1
7576 with :
7677 github_token : ${{ secrets.GITHUB_TOKEN }}
78+ repository_username : __token__
79+ repository_password : ${{ secrets.PYPI_TOKEN }}
7780 pypi_token : ${{ secrets.PYPI_TOKEN }}
7881 - name : post-hook
7982 id : after-release
You can’t perform that action at this time.
0 commit comments