We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2035299 commit d36b16bCopy full SHA for d36b16b
.github/workflows/publish.yml
@@ -32,6 +32,6 @@ jobs:
32
run: hatch build
33
34
- name: Publish
35
- run: hatch publish
+ run: hatch publish -y
36
env:
37
HATCH_INDEX_AUTH: ${{ secrets.HATCH_INDEX_AUTH }}
0 commit comments