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=$( {