Skip to content

Commit 0aee603

Browse files
authored
fix: Update release.yml (#107)
1 parent b079aac commit 0aee603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
TWINE_USERNAME: __token__
5757
TWINE_PASSWORD: ${{ secrets.TOKEN_GITHUB_TO_PYPI_RW }}
5858
run: |
59-
twine upload dist/*
59+
uv run twine upload dist/*

0 commit comments

Comments
 (0)