Skip to content

Commit 3eb0404

Browse files
author
Sundar Raghavan
committed
fix: add uv installation to release workflow
1 parent 7f866d9 commit 3eb0404

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
git config --global user.name "github-actions[bot]"
5252
git config --global user.email "github-actions[bot]@users.noreply.github.com"
5353
54+
- name: Install uv
55+
run: |
56+
curl -LsSf https://astral.sh/uv/install.sh | sh
57+
echo "$HOME/.local/bin" >> $GITHUB_PATH
58+
5459
- name: Get current version
5560
id: current
5661
run: |

0 commit comments

Comments
 (0)