Skip to content

Commit 78a83c6

Browse files
chore(ci): bump pypa/cibuildwheel from 2.23.0 to 2.23.2 in the github-actions group (#129)
chore(ci): bump pypa/cibuildwheel in the github-actions group Bumps the github-actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.23.0 to 2.23.2 - [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.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 2.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8491346 commit 78a83c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
262262
fi
263263
- name: Build wheels
264-
uses: pypa/cibuildwheel@v2.23.0
264+
uses: pypa/cibuildwheel@v2.23.2
265265
env:
266266
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
267267
REQUIRE_CYTHON: 1

0 commit comments

Comments
 (0)