File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -160,17 +160,8 @@ jobs:
160
160
steps :
161
161
- uses : actions/checkout@v3
162
162
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).
172
163
- name : Build wheels (Python 3)
173
- uses : pypa/cibuildwheel@v2.3.1
164
+ uses : pypa/cibuildwheel@v2.10.2
174
165
with :
175
166
output-dir : wheelhouse
176
167
env :
You can’t perform that action at this time.
0 commit comments