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 894ecf0 commit 977b881Copy full SHA for 977b881
.github/workflows/ci.yml
@@ -134,8 +134,8 @@ jobs:
134
- name: Build and publish
135
if: ${{ steps.tag.outputs.version }} == ${{ steps.module.outputs.version}}
136
env:
137
- FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
138
- FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ HATCH_INDEX_USER: ${{ secrets.PYPI_USERNAME }}
+ HATCH_INDEX_AUTH: ${{ secrets.PYPI_PASSWORD }}
139
run: |
140
python -m hatch publish
141
0 commit comments