We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb88bd commit 29437b3Copy full SHA for 29437b3
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
- name: Build Python package
93
run: |
94
uv sync --dev --no-install-package datafusion
95
- uv run --no-project maturin build --release --strip --features substrait --uv
+ uv run --no-project maturin build --release --strip --features substrait
96
97
- name: List Windows wheels
98
if: matrix.os == 'windows-latest'
@@ -147,7 +147,7 @@ jobs:
147
148
149
150
151
152
- name: List Mac wheels
153
run: find target/wheels/
0 commit comments