Commit 3d85780
feat(phase-h): enable prod-PyPI GPU publish + bump to 0.1.4
Phase H deliverable: flip `publish-pypi-gpu` from `if: false` to the
same tag-push gate as `publish-pypi-cpu` (only on non-prerelease version
tags), and add the mirrored "Validate tag matches wheel version" step
to enforce the PyPI immutability invariant on the GPU side.
Version bump 0.1.3 -> 0.1.4 for the first production PyPI release.
0.1.3 stays as the last TestPyPI-only build (Phase F sign-off).
Trusted publishers on prod PyPI already claimed for both
`sparrow-engine` and `sparrow-engine-gpu` per user confirmation
2026-05-25 22:14 PT.
Files:
- .github/workflows/release.yml: flip GPU prod-publish gate +
add tag-version validation step + update header comment block
- sparrow-engine/sparrow-engine-python/pyproject.toml: 0.1.3 -> 0.1.4
- sparrow-engine/sparrow-engine-python/Cargo.toml: 0.1.3 -> 0.1.4
- sparrow-engine/Cargo.lock: regenerated via `cargo update -p sparrow-engine-python`
Dry-run plan: `gh workflow run release.yml -r phase-h-pypi-prod-publish -f target=testpypi`
verifies both 0.1.4 wheels land on TestPyPI before the real tag push
triggers the prod publish.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 45bf0d4 commit 3d85780
4 files changed
Lines changed: 34 additions & 18 deletions
File tree
- .github/workflows
- sparrow-engine
- sparrow-engine-python
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
398 | 402 | | |
399 | 403 | | |
400 | 404 | | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
430 | 446 | | |
431 | 447 | | |
432 | 448 | | |
| |||
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