Skip to content

Commit 9203ab9

Browse files
committed
fix: update pkginfo
1 parent eb36a2b commit 9203ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uv sync --frozen
4343
uv pip install -e .
4444
uv build
45-
uv pip install twine # Explicitly install twine again
45+
uv pip install "pkginfo>=1.10.0" twine # Install newer pkginfo with twine
4646
python -m twine check dist/*
4747
4848
- name: Debug Dist Directory

0 commit comments

Comments
 (0)