Skip to content

ci: add names to wheel matrix steps for readability - #1341

Open
MGPOCKY wants to merge 1 commit into
MagicStack:masterfrom
MGPOCKY:fix/ci-workflow-step-names
Open

ci: add names to wheel matrix steps for readability#1341
MGPOCKY wants to merge 1 commit into
MagicStack:masterfrom
MGPOCKY:fix/ci-workflow-step-names

Conversation

@MGPOCKY

@MGPOCKY MGPOCKY commented Aug 1, 2026

Copy link
Copy Markdown

Problem

In .github/workflows/release.yml, the set-matrix step is a long unnamed run block, so the Actions UI shows a generic label when building the cibuildwheel matrix.

Changes

Semantics are unchanged: same id: set-matrix, same include output, and the same job output wiring (steps.set-matrix.outputs.include).

  • Add name: Build cibuildwheel matrix to the existing set-matrix step
  • Add name: Install cibuildwheel to the preceding install step

Test plan

  • Confirm build-wheels-matrix.outputs.include still comes from steps.set-matrix.outputs.include
  • Confirm the matrix generation command is unchanged

@MGPOCKY
MGPOCKY marked this pull request as ready for review August 1, 2026 05:02
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.

1 participant