Skip to content

Commit d65d82a

Browse files
zhmiaoCopilot
andcommitted
chore(sparrow-engine-python): bump 0.1.5 -> 0.1.6 for RP-4 tarball CLI + RP-17 brew
RP-4 (tarball CLI matrix, Path B) + RP-17 (Homebrew formula template) landed on chore/rp-4-tarball-cli, audit-fix CONVERGED at round 3 with 4 PW fix commits (cdbdb39..6d70288 + 02f9b49 server NvjpegUnavailable 503 fix from Phase E regression catch). Python wheel content for 0.1.6 is identical to 0.1.5 — all RP-4 changes land in sparrow-engine-cli (separate binary surface), not in sparrow-engine- python. This bump is necessary because prod-PyPI version numbers are immutable + the new GH Release tag fires the RP-4 build-cli-* + publish- cli-release-assets workflow that attaches CLI tarballs to the GH Release. CI matrix this fires: - existing wheel jobs (CPU linux/macOS arm64/Windows + GPU linux) - NEW: build-cli-linux-cpu (manylinux_2_28), build-cli-linux-gpu (Rocky 8 / glibc 2.28), build-cli-macos-arm64, build-cli-windows - NEW: publish-cli-release-assets (softprops/action-gh-release@v2, permissions: contents: write, attaches 8 assets to GH Release) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 02f9b49 commit d65d82a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

sparrow-engine/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sparrow-engine/sparrow-engine-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sparrow-engine-python"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
description = "PyO3 bindings for sparrow-engine (CPU or GPU pipeline) — camera trap ML inference"
66

sparrow-engine/sparrow-engine-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ build-backend = "maturin"
2626

2727
[project]
2828
name = "sparrow-engine"
29-
version = "0.1.5"
29+
version = "0.1.6"
3030
description = "Camera-trap ML inference engine — Python bindings (sparrow-engine CPU pipeline)"
3131
requires-python = ">=3.11"
3232
# Floor bumped 3.10 → 3.11 (2026-05-07): onnxruntime / onnxruntime-gpu

0 commit comments

Comments
 (0)