Skip to content

Commit 5f6a95e

Browse files
ci: remove setup-python from workflows — uv bootstraps its own
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent ff10e17 commit 5f6a95e

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/pre-release-command.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@ jobs:
117117
- name: Install uv
118118
uses: astral-sh/setup-uv@v5
119119

120-
- name: Set up Python
121-
uses: actions/setup-python@v5
122-
with:
123-
python-version: '3.12'
124-
125120
# ── Set version and build ───────────────────────────────────────
126121
- name: Set pre-release version in pyproject.toml
127122
run: |

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ jobs:
3838
- name: Install uv
3939
uses: astral-sh/setup-uv@v5
4040

41-
- name: Set up Python
42-
uses: actions/setup-python@v5
43-
with:
44-
python-version: '3.12'
45-
4641
- name: Build package
4742
run: uv build
4843

0 commit comments

Comments
 (0)