Skip to content

Commit

Permalink
Build with datafusion-python ans sequila-native
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior committed Dec 1, 2024
1 parent dd1a7ea commit eacc3ce
Show file tree
Hide file tree
Showing 9 changed files with 4,123 additions and 1,367 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,17 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:

target: ${{ matrix.target }}

args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto

- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist

windows:
runs-on: windows-latest
strategy:
Expand All @@ -92,6 +91,7 @@ jobs:

args: --release --out dist --find-interpreter
sccache: 'true'

- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -121,6 +121,8 @@ jobs:
with:
name: wheels
path: dist
env:
RUSTFLAGS: "-Clink-arg=-undefined -Clink-arg=dynamic_lookup"

sdist:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ venv
*.dll
*.pyd

.idea
.idea
sandbox/
.DS_Store
Loading

0 comments on commit eacc3ce

Please sign in to comment.