Skip to content

Commit 977b881

Browse files
committed
s/flit/hatch/g
1 parent 894ecf0 commit 977b881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ jobs:
134134
- name: Build and publish
135135
if: ${{ steps.tag.outputs.version }} == ${{ steps.module.outputs.version}}
136136
env:
137-
FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
138-
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
137+
HATCH_INDEX_USER: ${{ secrets.PYPI_USERNAME }}
138+
HATCH_INDEX_AUTH: ${{ secrets.PYPI_PASSWORD }}
139139
run: |
140140
python -m hatch publish
141141

0 commit comments

Comments
 (0)