Skip to content

Commit de0f69f

Browse files
Bump pypa/cibuildwheel from 3.2.1 to 3.3.0 (#391)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f842fe commit de0f69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
9393
9494
- name: Build python wheels for ${{ matrix.os }}
95-
uses: pypa/cibuildwheel@v3.2.1
95+
uses: pypa/cibuildwheel@v3.3.0
9696
env:
9797
# Skip CPython 3.8
9898
CIBW_SKIP: ${{ env.CIBW_SKIP }} cp38-*

0 commit comments

Comments
 (0)