Skip to content

Commit 3f089ff

Browse files
committed
fix github secret name
1 parent 022cbe1 commit 3f089ff

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
@@ -27,4 +27,4 @@ jobs:
2727
run: uv build
2828

2929
- name: Publish
30-
run: uv publish -t ${{ secrets.PYPI_TOKEN }}
30+
run: uv publish -t ${{ secrets.PYPI }}

0 commit comments

Comments
 (0)