Skip to content

Commit 7d25b28

Browse files
committed
Revert "chore: replace with official GHA for python-semantic-release"
This reverts commit 7301029.
1 parent e8f6d6b commit 7d25b28

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- uses: python-semantic-release/python-semantic-release@v9.21.1
20+
- name: Set up uv and python
21+
uses: astral-sh/setup-uv@v6
2122
with:
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

Comments
 (0)