From 06233703c19903320d2297e4e04a5e605d0ddf9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:12:10 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v8.2.0 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b80ced8..a71492d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -126,7 +126,7 @@ jobs: # 5. Retag Linux wheels for PyPI (linux_* -> manylinux + musllinux) # PyPI enforces platform tag restrictions, so we need proper tags - name: Install uv - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.2.0 - name: Retag Linux wheels run: uv run scripts/retag.py dist