From 162c1ae2acab323638ae06468d286f747079c7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:55:55 +0100 Subject: [PATCH] Bump pypa/cibuildwheel from 2.17 to 2.19 (#144) Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.17 to 2.19. - [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.17...v2.19) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build_aarch64.yml | 2 +- .github/workflows/build_cuda.yml | 2 +- .github/workflows/build_default.yml | 2 +- .github/workflows/build_mkl.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_aarch64.yml b/.github/workflows/build_aarch64.yml index 0ea66ccd..60dfb276 100644 --- a/.github/workflows/build_aarch64.yml +++ b/.github/workflows/build_aarch64.yml @@ -28,7 +28,7 @@ jobs: name: Set up QEMU - name: Build wheels - uses: pypa/cibuildwheel@v2.17 + uses: pypa/cibuildwheel@v2.19 with: output-dir: wheelhouse env: diff --git a/.github/workflows/build_cuda.yml b/.github/workflows/build_cuda.yml index 19eca9f4..b5763f3a 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.17 + uses: pypa/cibuildwheel@v2.19 with: package-dir: backend/cuda output-dir: wheelhouse diff --git a/.github/workflows/build_default.yml b/.github/workflows/build_default.yml index 95211085..a35d0c97 100644 --- a/.github/workflows/build_default.yml +++ b/.github/workflows/build_default.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@master - name: Build wheels - uses: pypa/cibuildwheel@v2.17 + uses: pypa/cibuildwheel@v2.19 with: output-dir: wheelhouse env: diff --git a/.github/workflows/build_mkl.yml b/.github/workflows/build_mkl.yml index 36d9275c..2befe255 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.17 + uses: pypa/cibuildwheel@v2.19 with: package-dir: backend/mkl output-dir: wheelhouse