Skip to content

Commit f81127e

Browse files
committed
Prep v0.9.6
1 parent 6fcebc4 commit f81127e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uv run python --version
5151
5252
- name: A5) Sync to install all dependencies
53-
# REQ: dev extra SHOULD include ruff/pyright/pytest/deptry/twine (as used below).
53+
# REQ: dev extra SHOULD include ruff/pyright/pytest/deptry (as used below).
5454
# REQ: docs extra MUST include project documentation toolchain.
5555
run: |
5656
uv sync --extra dev --extra docs --upgrade
@@ -97,7 +97,9 @@ jobs:
9797
echo "Artifact version matches tag."
9898
9999
- name: D4) Validate built artifacts
100-
run: uv run twine check dist/*
100+
# WHY: Twine checks package metadata before publishing.
101+
# Install it only here so it is not required for normal local development.
102+
run: uv tool run twine check dist/*
101103

102104
- name: D5) List dist artifacts
103105
run: ls -lah dist

0 commit comments

Comments
 (0)