Skip to content

Commit 9d6cf6c

Browse files
committed
renamed tokens in publish action
1 parent 467b77d commit 9d6cf6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Publish PyPI and npm
1919
run: make publish
2020
env:
21-
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
21+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
2222
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2323
- name: Get Version
2424
id: get_version

0 commit comments

Comments
 (0)