Skip to content

Commit 2786440

Browse files
a-orenruromerosourcery-ai[bot]
authored
fix: adding the uv binary to the release workflow (#442)
## Description > Describe what you did and why. **Related issue (if any):** fixes #issue_number_goes_here ## Checklist - [ ] I have followed this repository's contributing guidelines. - [ ] I will adhere to the project's code of conduct. ## Additional information > Anything else? ## Summary by Sourcery CI: - Install the uv tool in the release workflow using the astral-sh/setup-uv action. --------- Signed-off-by: Ruben Romero Montes <discolo@gmail.com> Co-authored-by: Ruben Romero Montes <discolo@gmail.com> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent e049d46 commit 2786440

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
- name: Install pnpm
9595
run: npm install -g pnpm
9696

97+
- name: Install uv
98+
# Pin setup-uv to a specific version; update as needed when upgrading uv or CI tooling
99+
uses: astral-sh/setup-uv@v6.0.0
100+
97101
- name: Compute Maven profiles
98102
id: compute_profiles
99103
run: |

0 commit comments

Comments
 (0)