Skip to content

Commit 8229e4a

Browse files
committed
fix: release python-version for uv
1 parent 2eb62f6 commit 8229e4a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
version: "latest"
2525
enable-cache: true
2626
cache-suffix: release-py3.14
27-
28-
- name: Install Python 3.14
29-
run: uv python install 3.14
30-
27+
python-version: 3.14
3128
- name: Set version from tag
3229
shell: bash
3330
run: |

0 commit comments

Comments
 (0)