Skip to content

Commit 16d2590

Browse files
committed
bug: release workflow setup-uv called for wrong version of python instead of using pyproject.toml
1 parent 8df0a89 commit 16d2590

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020

2121
- name: Install uv
2222
uses: astral-sh/setup-uv@v6
23-
with:
24-
python-version: "3.13"
2523

2624
- name: Create Bogus Git Configuration
2725
env:
@@ -48,8 +46,6 @@ jobs:
4846

4947
- name: Install uv
5048
uses: astral-sh/setup-uv@v6
51-
with:
52-
python-version: "3.13"
5349

5450
- name: Generate release notes
5551
id: release_notes

0 commit comments

Comments
 (0)