Skip to content

Commit f00589e

Browse files
committed
Fixed release workflow.
1 parent ec76b18 commit f00589e

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,14 @@ jobs:
1919
with:
2020
persist-credentials: false
2121
fetch-depth: 0
22-
- name: Setup python
23-
uses: actions/setup-python@v6
24-
with:
25-
python-version: '3.14'
2622
- id: setup-uv
2723
name: Setup UV
2824
uses: astral-sh/setup-uv@v7
2925
with:
3026
enable-cache: true
31-
cache-suffix: '3.14'
27+
cache-suffix: '3.13'
3228
github-token: ${{ github.token }}
33-
version: "3.14"
29+
python-version: '3.13'
3430
- run: uv build
3531
- name: Release package
3632
env:

0 commit comments

Comments
 (0)