Skip to content

Commit 084c008

Browse files
author
phernandez
committed
fix: add uv to docker image for release
1 parent b03dd50 commit 084c008

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Semantic Release
1+
name: Release
22

33
on:
44
workflow_dispatch:
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828

29+
- name: Install uv
30+
run: |
31+
curl -LsSf https://astral.sh/uv/install.sh | sh
32+
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
33+
2934
- name: Python Semantic Release
3035
uses: python-semantic-release/python-semantic-release@master
3136
with:

0 commit comments

Comments
 (0)