Skip to content

Commit

Permalink
chore: bump pypa/cibuildwheel from 2.14 to 2.15 (#169)
Browse files Browse the repository at this point in the history
* chore: bump pypa/cibuildwheel from 2.14 to 2.15

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14 to 2.15.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.14...v2.15)

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

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

* Update .github/workflows/wheels.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
  • Loading branch information
dependabot[bot] and henryiii authored Aug 10, 2023
1 parent 97e233d commit 06172ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pypa/cibuildwheel@v2.14
- uses: pypa/cibuildwheel@v2.15
env:
CIBW_ARCHS_MACOS: auto universal2
CIBW_PRERELEASE_PYTHONS: true

- name: Verify clean directory
run: git diff --exit-code
Expand Down

0 comments on commit 06172ea

Please sign in to comment.