diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7dccbe0..98abd12 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.2 + uses: pypa/cibuildwheel@v3.3 env: CIBW_ARCHS: all CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}