We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c4c80 commit c78ae66Copy full SHA for c78ae66
.github/workflows/release.yml
@@ -28,4 +28,4 @@ jobs:
28
- name: Publish a Python distribution to PyPI
29
uses: pypa/gh-action-pypi-publish@release/v1
30
with:
31
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_TOKEN }}
0 commit comments