We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f866d9 commit 3eb0404Copy full SHA for 3eb0404
.github/workflows/release.yml
@@ -51,6 +51,11 @@ jobs:
51
git config --global user.name "github-actions[bot]"
52
git config --global user.email "github-actions[bot]@users.noreply.github.com"
53
54
+ - name: Install uv
55
+ run: |
56
+ curl -LsSf https://astral.sh/uv/install.sh | sh
57
+ echo "$HOME/.local/bin" >> $GITHUB_PATH
58
+
59
- name: Get current version
60
id: current
61
run: |
0 commit comments