Skip to content

Commit

Permalink
Correct hatch command
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSteenNilsen committed Jul 22, 2023
1 parent 6a6c92e commit 35e129a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: build
run: hatch build

- name: release
- name: publish
env:
HATCH_INDEX_USER: __token__
HATCH_INDEX_AUTH: ${{ secrets.PYPI_TOKEN }}
run: hatch release
run: hatch publish

0 comments on commit 35e129a

Please sign in to comment.