Skip to content

Commit 89c9f06

Browse files
Fix publishing using hatch.
1 parent 821f2a7 commit 89c9f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
HATCH_INDEX_AUTH: ${{ secrets.PYPI_PUBLISH_TOKEN }}
2525
run: |
2626
hatch build
27-
hatch
27+
hatch publish

0 commit comments

Comments
 (0)