Trim runtime ID docs and workflow tests

This commit is contained in:
William Woodruff
2026-09-03 16:23:46 -04:00
parent 22b0154feb
commit d171fb509c
5 changed files with 8 additions and 48 deletions
-5
View File
@@ -29,11 +29,6 @@ your cache with `id: setup-uv` on the setup step:
key: build-${{ runner.os }}-${{ runner.arch }}-${{ steps.setup-uv.outputs.python-runtime-id }}-${{ hashFiles('uv.lock') }}
```
The free-threaded marker describes the interpreter's build even when the GIL is
enabled at runtime. The output is empty when `activate-environment` is false. If
the activated runtime cannot be determined, the action fails. The existing
`python-version` output and setup-uv's cache keys are unaffected.
You can customize the venv location with `venv-path`, for example to place it in the runner temp directory:
```yaml