Skip to content

Commit

Permalink
Merge pull request #184 from Duke-GCB/fabricebrito-patch-4
Browse files Browse the repository at this point in the history
Update package.yaml
  • Loading branch information
fabricebrito authored Dec 13, 2024
2 parents 6003812 + 58bf2f5 commit 0695b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:

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

0 comments on commit 0695b69

Please sign in to comment.