Skip to content

Commit 6f5a12c

Browse files
committed
Pin twine to fix publication to PyPI
1 parent 0e6f7cc commit 6f5a12c

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)