Commit caeb675
chore(sparrow-engine-python): bump 0.1.6 -> 0.1.7 — re-cut for working RP-4 CLI
v0.1.6 (tag 2026-05-27, CI run 26521444308) shipped wheels successfully
to prod PyPI but the 4 new RP-4 build-cli-* jobs failed:
- build-cli-linux-cpu: 'Install Rust toolchain' (pip rustup-init broken)
- build-cli-linux-gpu: same as above
- build-cli-macos-arm64: SUCCESS
- build-cli-windows: 'Package zip' (MSYS zip not on PATH)
Both failures fixed in this session's HEAD prior to bump:
- cc8c5de: switch CLI Linux jobs to canonical sh.rustup.rs install
(matches build-gpu-linux at release.yml:262-264)
- this branch HEAD: bsdtar fallback for Windows .zip packaging
v0.1.7 re-runs the full release matrix. Wheels will publish to prod
PyPI as 0.1.7 (byte-identical Python surface to 0.1.6, just a version
bump). The publish-cli-release-assets job should fire successfully and
attach 8 GH Release assets (CPU linux/macOS arm64/Windows tarballs +
GPU linux + .sha256 sidecars).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0af7c66 commit caeb675
3 files changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments