Skip to content

Commit 4e6cb70

Browse files
authored
Twine recently broke deployment. Reverting to twine==6.0.1 (#2140)
1 parent 2601005 commit 4e6cb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releaser.yml

+1-1
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)