diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6a6dc90..3b02a8d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,7 +66,7 @@ jobs: **/pyproject.toml if: runner.os != 'Linux' - name: Build wheels - uses: pypa/cibuildwheel@v3.3 + uses: pypa/cibuildwheel@v3.4 env: CIBW_ARCHS: all CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}