uv/crates/uv
Charlie Marsh 312084f2dd
Allow cached environment reuse with @latest (#15827)
## Summary

I think this is leftover from a prior refactor whereby we used to avoid
reusing the cached environment if `--reinstall` was passed; but then we
stopped allowing `--reinstall` in `uv tool run` anyway, and this got
changed to `--refresh`. It seems wrong to skip cache reuse with
`--refresh`, though.

Closes https://github.com/astral-sh/uv/issues/15824.
2025-09-14 09:10:46 -04:00
..
src Allow cached environment reuse with @latest (#15827) 2025-09-14 09:10:46 -04:00
tests/it Allow cached environment reuse with @latest (#15827) 2025-09-14 09:10:46 -04:00
Cargo.toml Support Gitlab CI/CD as a trusted publisher (#15583) 2025-09-11 10:35:04 -04:00