Skip to content

Commit

Permalink
Update PyPI auth information
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Oct 16, 2023
1 parent 680e040 commit 048eda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Expand Up @@ -68,7 +68,7 @@ jobs:

- uses: pypa/gh-action-pypi-publish@v1.4.2
with:
user: ${{ secrets.PYPI_USER_NAME }} # __token__
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
# To test: repository_url: https://test.pypi.org/legacy/
#
Expand Down

0 comments on commit 048eda1

Please sign in to comment.