Skip to content

Commit 11f7bed

Browse files
author
dala
committed
ci: add hatch env variables
1 parent 4141a6d commit 11f7bed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ jobs:
5757
- name: Publish
5858
run: |
5959
hatch publish
60+
env:
61+
HATCH_INDEX_USER: __token__
62+
HATCH_INDEX_AUTH: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)