Skip to content

Commit f6e47e9

Browse files
committed
mapchete eo hatch ENVs
1 parent a117d38 commit f6e47e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
pip install hatch
2525
- name: Build and publish
2626
env:
27-
HATCH_INDEX_USER: ${{ secrets.PYPI_USERNAME }}
28-
HATCH_INDEX_AUTH: ${{ secrets.PYPI_PASSWORD }}
27+
HATCH_INDEX_USER: __token__
28+
HATCH_INDEX_AUTH: ${{ secrets.PYPI_TOKEN }}
2929
run: |
3030
hatch build
3131
hatch publish

0 commit comments

Comments
 (0)