From e5251dbdd166f8799b300c278194146f36e1834a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:03:25 +0000 Subject: [PATCH] CICD: Bump pypa/cibuildwheel from 2.21.0 to 2.21.1 (#120) * CICD: Bump pypa/cibuildwheel from 2.21.0 to 2.21.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.0 to 2.21.1. - [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.21.0...v2.21.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ralph Urlus --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 631c226..bd0ecc1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -81,7 +81,7 @@ jobs: cmake --build openmp_build --target install --config Release - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.0 + run: python -m pip install cibuildwheel==2.21.1 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse @@ -141,7 +141,7 @@ jobs: -DCMAKE_INSTALL_PREFIX="/usr/local" cmake --build openmp_build --target install --config Release - - uses: pypa/cibuildwheel@v2.21.0 + - uses: pypa/cibuildwheel@v2.21.1 env: # only build for x86_64, arm wheels are build seperately CIBW_ARCHS: "x86_64"