Skip to content

Commit

Permalink
DEV: Set PyPI Publish username
Browse files Browse the repository at this point in the history
According to https://pypi.org/help/#apitoken, the username must
be ``__token__``.
  • Loading branch information
TomAugspurger committed Oct 13, 2020
1 parent a7fd97a commit 63a6509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: tomaugspurger
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 63a6509

Please sign in to comment.