Browse Source

chore: bump pypa/cibuildwheel from 2.2.0 to 2.2.2 (#93)

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.2.0 to 2.2.2.
- [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.2.0...v2.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 3 years ago committed by GitHub
parent
commit
886616b096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/wheels.yml

2
.github/workflows/wheels.yml

@ -39,7 +39,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: pypa/cibuildwheel@v2.2.0 - uses: pypa/cibuildwheel@v2.2.2
env: env:
CIBW_ARCHS_MACOS: auto universal2 CIBW_ARCHS_MACOS: auto universal2

Loading…
Cancel
Save