Skip to content

Commit cedf3da

Browse files
build(deps): bump pypa/cibuildwheel from 3.3.1 to 3.4.0 (#115)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.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 5ff4ccc commit cedf3da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "[build]`ncompiler=mingw32" | Out-File -Encoding ASCII ~/pydistutils.cfg
4343
4444
- name: Build wheels
45-
uses: pypa/cibuildwheel@v3.3.1
45+
uses: pypa/cibuildwheel@v3.4.0
4646
env:
4747
# Disable building for PyPy and 32bit.
4848
CIBW_SKIP: pp* *-win32 *-manylinux_i686

0 commit comments

Comments
 (0)