Skip to content

Commit

Permalink
Fix up publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanluoyc committed Oct 14, 2023
1 parent 5b24ce2 commit d61668e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ jobs:

- name: Publish
run: hatch publish
env:
HATCH_INDEX_USER: __token__
HATCH_INDEX_AUTH: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit d61668e

Please sign in to comment.