fix: address second review round

- Convert remaining /media/ image path to absolute URL for PyPI
- Pin release install to specific version (specify-cli==X.Y.Z)
- Align setup-uv to v8.2.0 matching rest of CI

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Manfred Riem
2026-06-10 16:24:04 -05:00
parent fb6df4cc6f
commit 6d15830c02
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
fi
- name: Install uv
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
- name: Verify tag matches package version
run: |
@@ -66,7 +66,7 @@ jobs:
path: dist/
- name: Install uv
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
- name: Publish to PyPI
run: uv publish --trusted-publishing always
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
## Install
\`\`\`bash
uv tool install specify-cli@latest
uv tool install specify-cli==${VERSION_NO_V}
specify init my-project
\`\`\`