Skip to content

Commit a8c1bc1

Browse files
committed
fix pypi token in cd
1 parent d91b0e6 commit a8c1bc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
run: uv build
2626

2727
- name: Publish
28-
run: uv publish --token ${{ secrets.PYPI_TOKEN }}
28+
env:
29+
TOKEN: ${{ secrets.PYPI_TOKEN }}
30+
run: uv publish --token "$TOKEN"

0 commit comments

Comments
 (0)