We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2761646 commit caaf9e3Copy full SHA for caaf9e3
.github/workflows/distribute.yaml
@@ -19,7 +19,7 @@ jobs:
19
name: python
20
path: dist
21
22
- - run: pip install twine
+ - run: pip install "twine>=6.1.0" "packaging>=24.2"
23
24
- run: twine upload dist/*
25
env:
0 commit comments