Skip to content

Commit b16aa4d

Browse files
committed
chore: Pin twine version to 6.2.0 in pypi release workflow
1 parent 086968c commit b16aa4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
TWINE_PASSWORD: "pypi-${{ secrets.PYPI_API_TOKEN }}"
3535
run: |
3636
uv build
37-
uvx twine upload dist/*
37+
uvx twine@6.2.0 upload dist/*

0 commit comments

Comments
 (0)