Skip to content

Commit 13b0f21

Browse files
Bump pypa/cibuildwheel from 3.4.0 to 3.4.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 860e7fe commit 13b0f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/[email protected].0
95+
uses: pypa/[email protected].1
9696
env:
9797
# Skip CPython 3.8
9898
CIBW_SKIP: ${{ env.CIBW_SKIP }} cp38-*

0 commit comments

Comments
 (0)