1
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2026-07-10 02:21:40 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Kevin Stillhammer 17c398959b Fix cache keys for Python version ranges (#937)
## Summary
- URL-encode the Python version component before adding it to the cache
key
- URL-encode the user-provided cache suffix for the same reason
- Add cache key tests for Python ranges, comma-containing suffixes, and
unchanged simple inputs

Fixes #914

Refs: pi-session 019f3164-85e7-7817-bffd-501d89b3a1fd

## Tests
- npm run all
2026-07-05 10:46:44 +02:00