Skip to content

Commit

Permalink
build(deps): bump pypa/cibuildwheel from 2.16.4 to 2.16.5
Browse files Browse the repository at this point in the history
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.4 to 2.16.5.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.16.4...v2.16.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent c0a0106 commit cffc532
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_wheels.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
CC: ${{ steps.setup-fortran.outputs.cc }}

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.4
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BUILD: cp38-manylinux* cp39-manylinux* cp310-manylinux* cp311-manylinux* cp312-manylinux*
CIBW_SKIP: pp* cp36-* cp37-* *_i686
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_wheels.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
CC: ${{ steps.setup-fortran.outputs.cc }}

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.4
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_SKIP: pp* cp36-* cp37-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_wheels.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
CC: ${{ steps.setup-fortran.outputs.cc }}

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.4
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_SKIP: pp* cp36-* cp37-* *-win32
Expand Down

0 comments on commit cffc532

Please sign in to comment.