Skip to content

Add scientific-slim to build matrix (fix post-merge publish)#62

Merged
vadimpiven merged 1 commit intomainfrom
paulnewling/scientific-slim-build-matrix
Apr 24, 2026
Merged

Add scientific-slim to build matrix (fix post-merge publish)#62
vadimpiven merged 1 commit intomainfrom
paulnewling/scientific-slim-build-matrix

Conversation

@PaulNewling
Copy link
Copy Markdown
Contributor

@PaulNewling PaulNewling commented Apr 23, 2026

Summary

Adds the 5-platform row set for python-3.12.10-scientific-slim to .github/workflows/build.yaml's pre-calculated-task-list.

Why

PR #59 introduced the scientific-slim variant and registered it in catalogue/package.json as a published entrypoint, but did not add matching rows to the CI matrix. Post-merge, run 24843373584 failed at the unified (build publish) step with:

::error::Empty 'name' input. Specify artifact name
::error::No artifacts were restored by the action. Is 'name'/'pattern' input correct?

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 main waiting for a successful release — this PR unblocks it.

Scope

One-line change + 4 sibling matrix rows. No version/content changes to any package.

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.
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@vadimpiven vadimpiven merged commit b66aaf4 into main Apr 24, 2026
43 checks passed
@PaulNewling PaulNewling deleted the paulnewling/scientific-slim-build-matrix branch April 24, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants