Skip to content

Commit

Permalink
Add missing prompt bypass when publishing to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tr11 committed Apr 24, 2024
1 parent 2035299 commit d36b16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: hatch build

- name: Publish
run: hatch publish
run: hatch publish -y
env:
HATCH_INDEX_AUTH: ${{ secrets.HATCH_INDEX_AUTH }}

0 comments on commit d36b16b

Please sign in to comment.