Skip to content

Commit aef7e9a

Browse files
authored
ci: pin twine to fix PyPI publication (#887)
1 parent d52f7a4 commit aef7e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: "Upload to Public PyPI"
5555
run: |
56-
pip install twine
56+
pip install twine==6.0.1
5757
twine upload --skip-existing assets/*
5858
env:
5959
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)