Skip to content

Commit 4ce5de8

Browse files
chore: bump pypa/cibuildwheel from 1.11.1 to 1.12.0 (#80)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 1.11.1 to 1.12.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v1.11.1...v1.12.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c26c34 commit 4ce5de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v2
4545

46-
- uses: pypa/cibuildwheel@v1.11.1
46+
- uses: pypa/cibuildwheel@v1.12.0
4747
env:
4848
# Python 2.7 on Windows requires a workaround for C++11 support,
4949
# built separately below
@@ -72,7 +72,7 @@ jobs:
7272
- uses: ilammy/msvc-dev-cmd@v1
7373

7474
- name: Build 64-bit wheel
75-
uses: pypa/cibuildwheel@v1.11.1
75+
uses: pypa/cibuildwheel@v1.12.0
7676
env:
7777
CIBW_BUILD: cp27-win_amd64
7878
DISTUTILS_USE_SDK: 1
@@ -83,7 +83,7 @@ jobs:
8383
arch: x86
8484

8585
- name: Build 32-bit wheel
86-
uses: pypa/cibuildwheel@v1.11.1
86+
uses: pypa/cibuildwheel@v1.12.0
8787
env:
8888
CIBW_BUILD: cp27-win32
8989
DISTUTILS_USE_SDK: 1

0 commit comments

Comments
 (0)