Skip to content

Commit c03d35f

Browse files
committed
Revert "Update wheel build jobs to use Maturin"
This reverts commit 266f17d.
1 parent 266f17d commit c03d35f

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,10 @@ jobs:
143143
with:
144144
enable-cache: true
145145

146-
- name: Install build tooling
147-
run: uv pip install maturin
148-
149146
- name: Build Python package
150-
run: uv run --no-project maturin build --release --strip --features substrait --interpreter python
147+
run: |
148+
uv sync --dev --no-install-package datafusion
149+
uv run --no-project maturin build --release --strip --features substrait --interpreter python
151150
152151
- name: List Windows wheels
153152
if: matrix.os == 'windows-latest'
@@ -214,11 +213,10 @@ jobs:
214213
with:
215214
enable-cache: true
216215

217-
- name: Install build tooling
218-
run: uv pip install maturin
219-
220216
- name: Build Python package
221-
run: uv run --no-project maturin build --release --strip --features substrait --interpreter python
217+
run: |
218+
uv sync --dev --no-install-package datafusion
219+
uv run --no-project maturin build --release --strip --features substrait --interpreter python
222220
223221
- name: List Mac wheels
224222
run: find target/wheels/

0 commit comments

Comments
 (0)