Skip to content

Commit 0ff06c3

Browse files
committed
use token based auth on pypi
1 parent 56d6277 commit 0ff06c3

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

2929
- name: Publish
30-
run: uv publish --password ${{ secrets.PYPI_PASSWORD }}
30+
run: uv publish --token ${{ secrets.PAT_PYPI }}

0 commit comments

Comments
 (0)