We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb36a2b commit 9203ab9Copy full SHA for 9203ab9
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
uv sync --frozen
43
uv pip install -e .
44
uv build
45
- uv pip install twine # Explicitly install twine again
+ uv pip install "pkginfo>=1.10.0" twine # Install newer pkginfo with twine
46
python -m twine check dist/*
47
48
- name: Debug Dist Directory
0 commit comments