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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cauliyang committed Jan 31, 2024
1 parent 4dea40f commit 8b6c87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
virtualenvs-in-project: false

- name: Build wheels
uses: pypa/[email protected].4
uses: pypa/[email protected].5
env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_ARCHS: ${{ matrix.cibw_archs }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
virtualenvs-in-project: false

- name: Build wheels
uses: pypa/[email protected].4
uses: pypa/[email protected].5
env:
CIBW_BUILD: ${{ matrix.cibw_build }}
CIBW_ARCHS: ${{ matrix.cibw_archs }}
Expand Down

0 comments on commit 8b6c87b

Please sign in to comment.