We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3521ed4 commit 8af5561Copy full SHA for 8af5561
1 file changed
.github/workflows/release.yml
@@ -138,5 +138,5 @@ jobs:
138
- name: Publish to PyPI
139
uses: pypa/gh-action-pypi-publish@release/v1
140
with:
141
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI }}
142
skip-existing: true
0 commit comments