Skip to content

Commit b1ce76e

Browse files
build(deps): bump pypa/cibuildwheel from 2.16.0 to 2.16.1 (#643)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.0 to 2.16.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.16.0...v2.16.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9bb155 commit b1ce76e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: runner.os == 'Linux'
5454

5555
- name: Build wheels
56-
uses: pypa/cibuildwheel@v2.16.0
56+
uses: pypa/cibuildwheel@v2.16.1
5757
env:
5858
CIBW_ARCHS: "${{ matrix.archs }}"
5959
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"

0 commit comments

Comments
 (0)