Skip to content

Commit 536e127

Browse files
chore(deps): bump pypa/cibuildwheel from 2.1.1 to 2.1.2 (#643)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61239ba commit 536e127

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
submodules: true
9393

94-
- uses: pypa/[email protected].1
94+
- uses: pypa/[email protected].2
9595
env:
9696
CIBW_BUILD: cp38-win_amd64 cp310-manylinux_i686 cp37-macosx_x86_64
9797
CIBW_BUILD_VERBOSITY: 1

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
platforms: all
6060

61-
- uses: pypa/[email protected].1
61+
- uses: pypa/[email protected].2
6262
env:
6363
CIBW_BUILD: cp${{ matrix.python }}-*
6464
CIBW_ARCHS: ${{ matrix.arch }}
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
submodules: true
110110

111-
- uses: pypa/[email protected].1
111+
- uses: pypa/[email protected].2
112112
env:
113113
CIBW_BUILD: ${{ matrix.build }}
114114
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}

0 commit comments

Comments
 (0)