We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52626ce + a964764 commit b5f1ffbCopy full SHA for b5f1ffb
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