Skip to content

Commit

Permalink
Only build sdist in linux-64 job
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 25, 2024
1 parent b80e29f commit 595fe64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
command: build
manylinux: 2014
rust-toolchain: stable
args: -m vegafusion-python/Cargo.toml --profile release-opt --features=protobuf-src --strip
args: -m vegafusion-python/Cargo.toml --profile release-opt --features=protobuf-src --strip --sdist
- name: Upload artifacts
uses: actions/upload-artifact@v4.4.3
with:
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dev-py = { cmd = [
] }

# Build Python packages
build-py = { cmd = "rm -rf target/wheels && maturin build -m vegafusion-python/Cargo.toml --profile release-opt --strip --sdist $0" }
build-py = { cmd = "rm -rf target/wheels && maturin build -m vegafusion-python/Cargo.toml --profile release-opt --strip" }

fmt-py = { cmd = "ruff format" }
lint-fix-py = { cmd = "ruff format && ruff check --fix" }
Expand Down

0 comments on commit 595fe64

Please sign in to comment.