We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7b63f commit 0ddfd5dCopy full SHA for 0ddfd5d
1 file changed
.github/workflows/python-publish.yml
@@ -35,5 +35,5 @@ jobs:
35
- name: Publish package
36
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37
with:
38
- user: __token__
+ user: MyKings
39
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments