We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df07da9 commit eb36a2bCopy full SHA for eb36a2b
.github/workflows/release.yml
@@ -38,10 +38,11 @@ jobs:
38
run: |
39
uv venv
40
. .venv/bin/activate
41
- uv pip install --upgrade setuptools wheel hatchling twine
+ uv pip install --upgrade setuptools wheel hatchling
42
uv sync --frozen
43
uv pip install -e .
44
uv build
45
+ uv pip install twine # Explicitly install twine again
46
python -m twine check dist/*
47
48
- name: Debug Dist Directory
0 commit comments