Skip to content

Commit

Permalink
Fix secrets name (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Oct 13, 2020
1 parent 893093f commit bc179aa
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 @@ -20,4 +20,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
user: tomaugspurger
password: ${{ secrets.pypi_token }}
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit bc179aa

Please sign in to comment.