Skip to content

Commit 0695b69

Browse files
authored
Merge pull request #184 from Duke-GCB/fabricebrito-patch-4
Update package.yaml
2 parents 6003812 + 58bf2f5 commit 0695b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636

3737
- name: Publish package distributions to Test PyPI
3838
env:
39-
TWINE_USERNAME: __token__ # Use '__token__' as the username
40-
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }} # PyPI API token stored as a secret
39+
HATCH_INDEX_USER: __token__ # Use '__token__' as the username
40+
HATCH_INDEX_AUTH: ${{ secrets.PYPI_APIKEY }} # PyPI API token stored as a secret
4141
run: |
4242
hatch build
4343
hatch publish

0 commit comments

Comments
 (0)