Skip to content

Commit c503d37

Browse files
build(deps): bump pypa/cibuildwheel from 2.21.2 to 2.21.3 (#98)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.2 to 2.21.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.2...v2.21.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel 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 92f1657 commit c503d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "[build]`ncompiler=mingw32" | Out-File -Encoding ASCII ~/pydistutils.cfg
4545
4646
- name: Build wheels
47-
uses: pypa/cibuildwheel@v2.21.2
47+
uses: pypa/cibuildwheel@v2.21.3
4848
env:
4949
# Disable building for PyPy and 32bit.
5050
CIBW_SKIP: pp* *-win32 *-manylinux_i686

0 commit comments

Comments
 (0)