Add scientific-slim to build matrix (fix post-merge publish)#62
Merged
vadimpiven merged 1 commit intomainfrom Apr 24, 2026
Merged
Add scientific-slim to build matrix (fix post-merge publish)#62vadimpiven merged 1 commit intomainfrom
vadimpiven merged 1 commit intomainfrom
Conversation
PR #59 added the scientific-slim variant and registered it in catalogue (metapackage entrypoints + workspace dep), but did not add matching rows to .github/workflows/build.yaml's pre-calculated-task-list. As a result, no prebuild job ran for scientific-slim, and the unified publish step failed with 'Empty name input' / 'No artifacts were restored' while trying to download a non-existent scientific-slim artifact. Mirrors the 5-platform pattern (linux-arm64, linux-amd64, macos-arm64, macos-amd64, windows-amd64) used by the other heavy variants.
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
vadimpiven
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the 5-platform row set for
python-3.12.10-scientific-slimto.github/workflows/build.yaml'spre-calculated-task-list.Why
PR #59 introduced the scientific-slim variant and registered it in
catalogue/package.jsonas a published entrypoint, but did not add matching rows to the CI matrix. Post-merge, run 24843373584 failed at theunified (build publish)step with:The publish job enumerates variants via the catalogue metapackage's workspace dependencies and tries to download each variant's prebuild artifact. scientific-slim had no prebuild job → no artifact → empty name.
The pending changeset for the scientific-slim variant is still sitting on
mainwaiting for a successful release — this PR unblocks it.Scope
One-line change + 4 sibling matrix rows. No version/content changes to any package.