Skip to content

Commit 1551f0b

Browse files
committed
ci: fix pypi token secret name
[skip ci]
1 parent 6b03e2e commit 1551f0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ jobs:
8484
if: startsWith(github.ref, 'refs/tags/')
8585
uses: pypa/gh-action-pypi-publish@release/v1
8686
with:
87-
password: ${{ secrets.PYPI_TOKEN }}
87+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)