We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f6d6b commit 7d25b28Copy full SHA for 7d25b28
1 file changed
.github/workflows/release.yml
@@ -17,6 +17,12 @@ jobs:
17
with:
18
fetch-depth: 0
19
20
- - uses: python-semantic-release/python-semantic-release@v9.21.1
+ - name: Set up uv and python
21
+ uses: astral-sh/setup-uv@v6
22
- github_token: ${{ secrets.GITHUB_TOKEN }}
23
+ python-version: 3.13
24
+
25
+ - name: Run semantic-release
26
+ env:
27
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
+ run: uvx --from="python-semantic-release@9.21.1" semantic-release publish
0 commit comments