Skip to content

Commit

Permalink
fix: add uv to docker image for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phernandez committed Nov 15, 2024
1 parent b03dd50 commit 084c008
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Semantic Release
name: Release

on:
workflow_dispatch:
Expand Down Expand Up @@ -26,6 +26,11 @@ jobs:
with:
fetch-depth: 0

- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
Expand Down

0 comments on commit 084c008

Please sign in to comment.