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 6f86c6b
Show file tree
Hide file tree
Showing 9 changed files with 4,126 additions and 1,364 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,14 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto

- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
env:
RUSTFLAGS: "-Ctarget-cpu=native"

windows:
runs-on: windows-latest
Expand All @@ -92,11 +95,14 @@ jobs:

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

- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
env:
RUSTFLAGS: "-Ctarget-cpu=native"

macos:
runs-on: macos-latest
Expand All @@ -121,6 +127,8 @@ jobs:
with:
name: wheels
path: dist
env:
RUSTFLAGS: "-Clink-arg=-undefined -Clink-arg=dynamic_lookup -Ctarget-cpu=native"

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 6f86c6b

Please sign in to comment.