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
+1 -1
View File
@@ -108,7 +108,7 @@ outputs:
python-version:
description: "The Python version that was set."
python-runtime-id:
description: "An opaque identifier reported by uv for the activated venv's Python runtime, including implementation, full Python version, and free-threaded build information. Empty when activate-environment is false. The action fails if the activated runtime cannot be determined."
description: "An opaque identifier reported by uv for the activated venv's Python runtime. Empty when activate-environment is false."
python-cache-hit:
description: "A boolean value to indicate the Python cache entry was found"
runs: