Skip to content

Commit eb36a2b

Browse files
committed
fix: twine
1 parent df07da9 commit eb36a2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ jobs:
3838
run: |
3939
uv venv
4040
. .venv/bin/activate
41-
uv pip install --upgrade setuptools wheel hatchling twine
41+
uv pip install --upgrade setuptools wheel hatchling
4242
uv sync --frozen
4343
uv pip install -e .
4444
uv build
45+
uv pip install twine # Explicitly install twine again
4546
python -m twine check dist/*
4647
4748
- name: Debug Dist Directory

0 commit comments

Comments
 (0)