Skip to content

Commit 5c39c4c

Browse files
Bump pypa/cibuildwheel from 2.23.0 to 2.23.1 (#44)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.0 to 2.23.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.0...v2.23.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 fdc19e9 commit 5c39c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
if: runner.os == 'macOS'
107107

108108
- name: Build wheels
109-
uses: pypa/cibuildwheel@v2.23.0
109+
uses: pypa/cibuildwheel@v2.23.1
110110
env:
111111
CIBW_ARCHS: "${{ matrix.arch }}"
112112
CIBW_BUILD: "cp39-${{ matrix.build }}*"

0 commit comments

Comments
 (0)