Skip to content

Commit 7301029

Browse files
committed
chore: replace with official GHA for python-semantic-release
1 parent cb2b7c5 commit 7301029

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/release.yml

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

20-
- name: Set up uv and python
21-
uses: astral-sh/setup-uv@v6
20+
- uses: python-semantic-release/python-semantic-release@v9.21.1
2221
with:
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
22+
github_token: ${{ secrets.GITHUB_TOKEN }}
23+
build: false

0 commit comments

Comments
 (0)