We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6003812 commit 58bf2f5Copy full SHA for 58bf2f5
.github/workflows/package.yaml
@@ -36,8 +36,8 @@ jobs:
36
37
- name: Publish package distributions to Test PyPI
38
env:
39
- TWINE_USERNAME: __token__ # Use '__token__' as the username
40
- 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
41
run: |
42
hatch build
43
hatch publish
0 commit comments