Skip to content

Commit 8b98409

Browse files
authored
Update publish.yml for Hatch authentication
1 parent 9e43d76 commit 8b98409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: "Publish to PyPI"
2727
run: "scripts/release"
2828
env:
29-
TWINE_USERNAME: __token__
30-
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
29+
HATCH_INDEX_USER: __token__
30+
HATCH_INDEX_AUTH: ${{ secrets.PYPI_TOKEN }}
3131
- name: "Deploy docs"
3232
run: |
3333
curl -X POST '${{ secrets.DEPLOY_DOCS }}'

0 commit comments

Comments
 (0)