From d439d9832ea939e880e3f87db509b91f4bf1568d Mon Sep 17 00:00:00 2001 From: Adva Oren Date: Mon, 27 Apr 2026 17:08:11 +0300 Subject: [PATCH 1/2] fix: adding the uv binary to the release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c300f972..1eecfc36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,6 +94,9 @@ jobs: - name: Install pnpm run: npm install -g pnpm + - name: Install uv + uses: astral-sh/setup-uv@v6 + - name: Compute Maven profiles id: compute_profiles run: | From 820c7a7a130e1e2ed1e859fbc9b80527360a13f7 Mon Sep 17 00:00:00 2001 From: Ruben Romero Montes Date: Mon, 27 Apr 2026 16:19:05 +0200 Subject: [PATCH 2/2] Update .github/workflows/release.yml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: Ruben Romero Montes --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1eecfc36..aac9d457 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,8 @@ jobs: run: npm install -g pnpm - name: Install uv - uses: astral-sh/setup-uv@v6 + # Pin setup-uv to a specific version; update as needed when upgrading uv or CI tooling + uses: astral-sh/setup-uv@v6.0.0 - name: Compute Maven profiles id: compute_profiles