Skip to content

Commit 175c67b

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] <support@github.com>
1 parent 339ae04 commit 175c67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: docker/setup-qemu-action@v4
9797

9898
- name: Build wheels
99-
uses: pypa/cibuildwheel@v3.4.0
99+
uses: pypa/cibuildwheel@v3.4.1
100100
env:
101101
CIBW_BUILD: ${{ matrix.python }}-*
102102
CIBW_TEST_SKIP: "*-macosx_arm64"

0 commit comments

Comments
 (0)