Skip to content

Commit

Permalink
CICD: Bump pypa/cibuildwheel from 2.21.0 to 2.21.1 (#120)
Browse files Browse the repository at this point in the history
* 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](pypa/cibuildwheel@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ralph Urlus <[email protected]>
  • Loading branch information
dependabot[bot] and RUrlus authored Sep 23, 2024
1 parent ef5f09f commit e5251db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
-DCMAKE_INSTALL_PREFIX="/usr/local"
cmake --build openmp_build --target install --config Release
- uses: pypa/[email protected].0
- uses: pypa/[email protected].1
env:
# only build for x86_64, arm wheels are build seperately
CIBW_ARCHS: "x86_64"
Expand Down

0 comments on commit e5251db

Please sign in to comment.