mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -05:00
## Summary Closes https://github.com/astral-sh/uv/issues/6678 This change would publish an additional tag that includes only `major.minor`. For a release with x.y.z, this would publish the tags: * `ghcr.io/astral-sh/uv:latest` * `ghcr.io/astral-sh/uv:x.y.z` * `ghcr.io/astral-sh/uv:x.y`