Skip to content

Commit

Permalink
emscripten no default features
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Sep 3, 2024
1 parent 1bd087c commit 4179a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-core-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --manifest-path python/geoarrow-core/Cargo.toml
args: --release --out dist --no-default-features --manifest-path python/geoarrow-core/Cargo.toml
sccache: "true"
rust-toolchain: nightly
- name: Upload wheels
Expand Down

0 comments on commit 4179a67

Please sign in to comment.