Add resolved Python version output for activated environments

This commit is contained in:
William Woodruff
2026-09-03 15:01:47 -04:00
parent e105c8fb1d
commit 3956519c9e
9 changed files with 292 additions and 7 deletions
+2
View File
@@ -138,6 +138,8 @@ Have a look under [Advanced Configuration](#advanced-configuration) for detailed
- `cache-hit`: A boolean value to indicate a cache entry was found.
- `venv`: Path to the activated venv if activate-environment is true.
- `python-version`: The Python version that was set.
- `python-version-resolved`: The full Python version of the activated venv, including prerelease suffixes.
Empty when `activate-environment` is false or the version cannot be determined.
- `python-cache-hit`: A boolean value to indicate the Python cache entry was found.
### Python version