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 31fa13b commit 4bff46aCopy full SHA for 4bff46a
.github/workflows/on_tag_release.yml
@@ -32,5 +32,5 @@ jobs:
32
- name: Publish package
33
uses: pypa/gh-action-pypi-publish@release/v1
34
with:
35
- user: github-user
+ user: __token__
36
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments