uv
uv copied to clipboard
Use cross-platform paths in tool receipt entry point paths
As https://github.com/astral-sh/uv/pull/4324 did for lock files, updates the tool receipts to use portable paths. This resolves CI failures on Windows in #4634 where the toml string literal type changes depending on the platform.
I'll merge this all downstack into #4634 so we can merge something that passes CI but feel free to review separately.