Skip to content

Commit 61652eb

Browse files
Bump pypa/cibuildwheel from 1.12.0 to 2.10.2 (#1420)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 1.12.0 to 2.10.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v1.12.0...v2.10.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Nick Porcino <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Porcino <[email protected]>
1 parent 5320999 commit 61652eb

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,8 @@ jobs:
160160
steps:
161161
- uses: actions/checkout@v3
162162

163-
# cibuildwheel 1.12.0 gates Python 2.7 wheels builds
164-
# by using two environment variables, DISTUTILS_USE_SDK and MSSdk.
165-
# https://cibuildwheel.readthedocs.io/en/1.x/cpp_standards/#windows-and-python-27
166-
# Note that normally these are used by setuptools/distutils, but in our case
167-
# they are really just used for cibuildwheel as we don't use any of the
168-
# setuptools/distutils build tools. Our builds are entirely handled
169-
# by CMake. CMake is able to find the right toolchain, thanks to
170-
# the -A argument that we specify in the setup.py to set the
171-
# target platform (x86, x64, etc).
172163
- name: Build wheels (Python 3)
173-
uses: pypa/cibuildwheel@v2.3.1
164+
uses: pypa/cibuildwheel@v2.10.2
174165
with:
175166
output-dir: wheelhouse
176167
env:

0 commit comments

Comments
 (0)