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 29ac30b commit cfa97d3Copy full SHA for cfa97d3
.github/workflows/python-publish.yml
@@ -34,5 +34,5 @@ jobs:
34
- name: Publish package
35
uses: pypa/gh-action-pypi-publish@release/v1
36
with:
37
- user: ${{ secrets.PYPI_USERNAME }}
38
- password: ${{ secrets.PYPI_PASSWORD }}
+ username: __token__
+ password: ${{ secrets.PYPI_TOKEN }}
0 commit comments