Skip to content

Commit 2732bf4

Browse files
authored
Update release-pypi.yml
fix api key
1 parent efbaab2 commit 2732bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: ${{ github.event_name == 'push' }}
3535
env:
3636
TWINE_USERNAME: __token__
37-
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
37+
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
3838
run: |
3939
make dist
4040
ls dist/

0 commit comments

Comments
 (0)