From 66a44cc6e0fd13dd6159c87e96317a583aaee785 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 21 Apr 2025 20:45:16 -0500 Subject: [PATCH] Add `crates/uv-publish/src/lib.rs` to version patch files (#13036) See https://github.com/astral-sh/uv/actions/runs/14583501775/job/40904734786?pr=13034 cc @jtfmumm I'm not sure why this changed in https://github.com/astral-sh/uv/pull/12920 but please be careful of snapshots with the uv version. We might want to filter that out. cc @konstin regarding if there are less brittle ways snapshot here. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 77bb68eba..58855fab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,6 +81,7 @@ version_files = [ "crates/uv-version/Cargo.toml", "crates/uv-build/Cargo.toml", "crates/uv-build/pyproject.toml", + "crates/uv-publish/src/lib.rs", "docs/getting-started/installation.md", "docs/guides/integration/docker.md", "docs/guides/integration/pre-commit.md",