We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release.yml
1 parent 52626ce commit a964764Copy full SHA for a964764
1 file changed
.github/workflows/release.yml
@@ -172,6 +172,6 @@ jobs:
172
- name: Publish package to PyPI
173
uses: pypa/gh-action-pypi-publish@release/v1
174
# No need for secrets.PYPI_API_TOKEN if using trusted publishing
175
- # with:
176
- # user: __token__
177
- # password: ${{ secrets.PYPI_API_TOKEN }}
+ with:
+ user: __token__
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments