Skip to content

Commit e07feee

Browse files
committed
ci: add names to wheel matrix steps for readability
1 parent db8ecc2 commit e07feee

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ jobs:
8383
- uses: actions/setup-python@v6
8484
with:
8585
python-version: "3.x"
86-
- run: pip install cibuildwheel==3.3.0
87-
- id: set-matrix
86+
- name: Install cibuildwheel
87+
run: pip install cibuildwheel==3.3.0
88+
- name: Build cibuildwheel matrix
89+
id: set-matrix
8890
run: |
8991
MATRIX_INCLUDE=$(
9092
{

0 commit comments

Comments
 (0)