Skip to content

Commit f0d49cb

Browse files
Bump pypa/cibuildwheel from 3.1.3 to 3.1.4 (#351)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.4 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 8f7b01b commit f0d49cb

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
@@ -77,7 +77,7 @@ jobs:
7777
echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
7878
7979
- name: Build python wheels for ${{ matrix.os }}
80-
uses: pypa/cibuildwheel@v3.1.3
80+
uses: pypa/cibuildwheel@v3.1.4
8181
env:
8282
# Skip CPython 3.{6, 7, 8}
8383
CIBW_SKIP: ${{ env.CIBW_SKIP }} cp36-* cp37-* cp38-*

0 commit comments

Comments
 (0)