diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 4bade320..dacccad3 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Build wheels - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.1.0 - uses: actions/upload-artifact@v7 with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}