Skip to content

Commit 0cb5896

Browse files
committed
fix secret name
1 parent 01dbf68 commit 0cb5896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
- name: Publish to PyPI
4646
env:
4747
TWINE_USERNAME: __token__
48-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
48+
TWINE_PASSWORD: ${{ secrets.PYPI }}
4949
run: twine upload dist/*

0 commit comments

Comments
 (0)