mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 05:50:25 -05:00
## Summary As in our zip operation (and like pip), we want to explicitly avoid setting permissions during unpacking -- apart from setting the executable bit. This depends on https://github.com/astral-sh/tokio-tar/pull/8. Closes https://github.com/astral-sh/uv/issues/11188.