Skip to content

Commit 34028ec

Browse files
committed
publish: rm --username.
1 parent d5886b4 commit 34028ec

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
@@ -202,4 +202,4 @@ jobs:
202202
enable-cache: true
203203

204204
- name: Publish package to PyPI
205-
run: uv publish --token ${{ secrets.PYPI_TOKEN }} --username __token__
205+
run: uv publish --token ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)