Skip to content

Commit d36b16b

Browse files
committed
Add missing prompt bypass when publishing to pypi
1 parent 2035299 commit d36b16b

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
@@ -32,6 +32,6 @@ jobs:
3232
run: hatch build
3333

3434
- name: Publish
35-
run: hatch publish
35+
run: hatch publish -y
3636
env:
3737
HATCH_INDEX_AUTH: ${{ secrets.HATCH_INDEX_AUTH }}

0 commit comments

Comments
 (0)