Skip to content

Commit 67b3118

Browse files
authored
ci: install UV before running semantic release (#78)
1 parent c3719bd commit 67b3118

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/cd-release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
run: |
4949
git reset --hard ${{ github.sha }}
5050
51+
- name: Setup | Install uv
52+
uses: astral-sh/setup-uv@v5
53+
with:
54+
enable-cache: true
55+
5156
- name: Evaluate | Verify upstream has NOT changed
5257
# Last chance to abort before causing an error as another PR/push was applied to
5358
# the upstream branch while this workflow was running. This is important

0 commit comments

Comments
 (0)