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 636b559
Show file tree
Hide file tree
Showing 9 changed files with 4,123 additions and 1,354 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
env:
RUSTFLAGS: ""-Clink-arg=-undefined -Clink-arg=dynamic_lookup -Ctarget-cpu=native"
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -92,6 +94,8 @@ jobs:

args: --release --out dist --find-interpreter
sccache: 'true'
env:
RUSTFLAGS: ""-Clink-arg=-undefined -Clink-arg=dynamic_lookup -Ctarget-cpu=native"
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand All @@ -116,6 +120,8 @@ jobs:

args: --release --out dist --find-interpreter
sccache: 'true'
env:
RUSTFLAGS: ""-Clink-arg=-undefined -Clink-arg=dynamic_lookup -Ctarget-cpu=native"
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
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 636b559

Please sign in to comment.