From dc4c04626fd712b6d8a6e28c413c56d6dd26f974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:45:45 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.20 to 2.21 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.20 to 2.21. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.20...v2.21) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_cuda.yml | 2 +- .github/workflows/build_default.yml | 2 +- .github/workflows/build_mkl.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_cuda.yml b/.github/workflows/build_cuda.yml index 457f08ac..f8b9f142 100644 --- a/.github/workflows/build_cuda.yml +++ b/.github/workflows/build_cuda.yml @@ -33,7 +33,7 @@ jobs: choco install windows-sdk-8.1 - name: Build wheels - uses: pypa/cibuildwheel@v2.20 + uses: pypa/cibuildwheel@v2.21 with: package-dir: backend/cuda output-dir: wheelhouse diff --git a/.github/workflows/build_default.yml b/.github/workflows/build_default.yml index 1be1d025..8224acfe 100644 --- a/.github/workflows/build_default.yml +++ b/.github/workflows/build_default.yml @@ -63,7 +63,7 @@ jobs: platforms: arm64 - name: Build wheels - uses: pypa/cibuildwheel@v2.20 + uses: pypa/cibuildwheel@v2.21 with: output-dir: wheelhouse env: diff --git a/.github/workflows/build_mkl.yml b/.github/workflows/build_mkl.yml index e0ef0620..c989baef 100644 --- a/.github/workflows/build_mkl.yml +++ b/.github/workflows/build_mkl.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@master - name: Build wheels - uses: pypa/cibuildwheel@v2.20 + uses: pypa/cibuildwheel@v2.21 with: package-dir: backend/mkl output-dir: wheelhouse