Skip to content

Commit

Permalink
Point to correct token name
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnectedSystems committed Sep 25, 2022
1 parent 8ef425b commit 61996b8
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 @@ -26,6 +26,6 @@ jobs:
- name: Publish to PyPI
env:
HATCH_INDEX_USER: __token__
HATCH_INDEX_AUTH: ${{ secrets.PYPI_TOKEN }}
HATCH_INDEX_AUTH: ${{ secrets.PYPI_API_TOKEN }}
run: |
hatch publish -y

0 comments on commit 61996b8

Please sign in to comment.