From e07feee817f3301e72f0fbec7f12cfbffd410ab8 Mon Sep 17 00:00:00 2001 From: MGPOCKY Date: Sat, 1 Aug 2026 05:02:15 +0000 Subject: [PATCH] ci: add names to wheel matrix steps for readability --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 353ed824..3d3c6d26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,8 +83,10 @@ jobs: - uses: actions/setup-python@v6 with: python-version: "3.x" - - run: pip install cibuildwheel==3.3.0 - - id: set-matrix + - name: Install cibuildwheel + run: pip install cibuildwheel==3.3.0 + - name: Build cibuildwheel matrix + id: set-matrix run: | MATRIX_INCLUDE=$( {