Skip to content

Commit 694bf44

Browse files
committed
Fix action.
1 parent 426a7b4 commit 694bf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build and Publish
2222
shell: bash
2323
env:
24-
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
24+
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
2525
run: |
2626
uv build
2727
uv publish

0 commit comments

Comments
 (0)