Skip to content

Commit 020e211

Browse files
committed
fix: upgrade twine
1 parent bfbacfd commit 020e211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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 "pkginfo>=1.10.0" twine # Install newer pkginfo with twine
45+
uv pip install --upgrade pkginfo==1.12.0 twine==6.0.1 # Upgrade pkginfo and install twine
4646
python -m twine check dist/*
4747
4848
- name: Debug Dist Directory

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)