We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2601005 commit 4e6cb70Copy full SHA for 4e6cb70
.github/workflows/releaser.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: "Upload to Public PyPI"
55
run: |
56
- pip install twine
+ pip install twine==6.0.1
57
twine upload --skip-existing assets/*
58
env:
59
TWINE_USERNAME: __token__
0 commit comments