fix: update pkginfo

This commit is contained in:
PeriniM 2025-01-02 18:55:40 +01:00
parent eb36a2b630
commit 9203ab9a4a

View File

@ -42,7 +42,7 @@ jobs:
uv sync --frozen
uv pip install -e .
uv build
uv pip install twine # Explicitly install twine again
uv pip install "pkginfo>=1.10.0" twine # Install newer pkginfo with twine
python -m twine check dist/*
- name: Debug Dist Directory