Skip to content

Commit

Permalink
CICD: Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (#64)
Browse files Browse the repository at this point in the history
* Bump pypa/cibuildwheel from 2.21.3 to 2.22.0

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.3 to 2.22.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.21.3...v2.22.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: Bump host CPython version

---------

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 Nov 25, 2024
1 parent 375e2a9 commit 94e02a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nonvendored_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'

- name: Install deps
run: python -m pip install twine build
Expand Down Expand Up @@ -52,10 +52,10 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel
run: python -m pip install cibuildwheel==2.22.0

- name: Build wheel
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"

- name: Cache OpenMP repo
if: matrix.os == 'macos-latest'
Expand Down 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.3
run: python -m pip install cibuildwheel==2.22.0

- 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/cibuildwheel@v2.21.3
- uses: pypa/cibuildwheel@v2.22.0
env:
# only build for x86_64, arm wheels are build seperately
CIBW_ARCHS: "x86_64"
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- uses: actions/download-artifact@v4
with:
pattern: artifact-*
Expand All @@ -193,7 +193,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 94e02a4

Please sign in to comment.