Skip to content

Commit 5c69425

Browse files
committed
fix: variable for pypi token
1 parent 56f642b commit 5c69425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- run: uv build
2424
- name: Release package
2525
env:
26-
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
26+
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
2727
run: uv publish

0 commit comments

Comments
 (0)