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 b03dd50 commit 084c008Copy full SHA for 084c008
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: Semantic Release
+name: Release
2
3
on:
4
workflow_dispatch:
@@ -26,6 +26,11 @@ jobs:
26
with:
27
fetch-depth: 0
28
29
+ - name: Install uv
30
+ run: |
31
+ curl -LsSf https://astral.sh/uv/install.sh | sh
32
+ echo "$HOME/.cargo/bin" >> $GITHUB_PATH
33
+
34
- name: Python Semantic Release
35
uses: python-semantic-release/python-semantic-release@master
36
0 commit comments