Skip to content

Commit baa2ec6

Browse files
committed
Remove Python installation step from build process
1 parent 3a9e135 commit baa2ec6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/continuous-deployment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ jobs:
127127
enable-cache: true
128128
cache-dependency-glob: '**/pyproject.toml'
129129

130-
- id: install-python
131-
name: Install Python
132-
run: uv python install 3.13
133-
134130
- id: build
135131
name: Build releases
136132
run: uv build --sdist --wheel

0 commit comments

Comments
 (0)