Skip to content

Commit a0f353c

Browse files
ci: remove setup-python step (uv manages its own Python)
uv can download and manage Python installations itself, so we don't need the separate setup-python step. This simplifies the workflow to just 4 steps in the upload job: delete assets, checkout, install uv, build, upload. Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 3e91bd1 commit a0f353c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ jobs:
5959
with:
6060
version: "latest"
6161

62-
- name: Set up Python
63-
uses: actions/setup-python@v6
64-
with:
65-
python-version: "3.12"
66-
6762
- name: Build package
6863
env:
6964
UV_DYNAMIC_VERSIONING_BYPASS: ${{ needs.update_release_draft.outputs.version }}

0 commit comments

Comments
 (0)