Skip to content

Commit

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

---
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 Mar 13, 2023
1 parent 7ad4344 commit 595c2a6
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 @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-python@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.0
uses: pypa/cibuildwheel@v2.12.1
env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
CIBW_SKIP: pp* cp36-* cp37-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_wheels.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
FC: ${{ steps.setup-fortran.outputs.fc }}

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.0
uses: pypa/cibuildwheel@v2.12.1
env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
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.12.0
uses: pypa/cibuildwheel@v2.12.1
env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
CIBW_SKIP: pp* cp36-* cp37-*
Expand Down

0 comments on commit 595c2a6

Please sign in to comment.