Skip to content

Commit ea621d6

Browse files
committed
Deactivate windows trickery
1 parent 3dbdb13 commit ea621d6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
CIBW_TEST_COMMAND: >-
3131
pytest {project}/tests
3232
MACOSX_DEPLOYMENT_TARGET: "10.12"
33-
# On Windows, we explicitly request MSVC compilers (as GitHub Action runners have
34-
# MinGW on PATH that would be picked otherwise), switch to a static build for
35-
# runtimes, but use dynamic linking for `VCRUNTIME140.dll`, `VCRUNTIME140_1.dll`,
36-
# and the UCRT. This avoids requiring specific versions of `MSVCP140.dll`, while
37-
# keeping shared state with the rest of the Python process/extensions.
38-
CIBW_CONFIG_SETTINGS_WINDOWS: >-
39-
setup-args="--vsenv"
40-
setup-args="-Db_vscrt=mt"
41-
setup-args="-Dcpp_link_args=['ucrt.lib','vcruntime.lib','/nodefaultlib:libucrt.lib','/nodefaultlib:libvcruntime.lib']"
33+
# # On Windows, we explicitly request MSVC compilers (as GitHub Action runners have
34+
# # MinGW on PATH that would be picked otherwise), switch to a static build for
35+
# # runtimes, but use dynamic linking for `VCRUNTIME140.dll`, `VCRUNTIME140_1.dll`,
36+
# # and the UCRT. This avoids requiring specific versions of `MSVCP140.dll`, while
37+
# # keeping shared state with the rest of the Python process/extensions.
38+
# CIBW_CONFIG_SETTINGS_WINDOWS: >-
39+
# setup-args="--vsenv"
40+
# setup-args="-Db_vscrt=mt"
41+
# setup-args="-Dcpp_link_args=['ucrt.lib','vcruntime.lib','/nodefaultlib:libucrt.lib','/nodefaultlib:libvcruntime.lib']"
4242
strategy:
4343
fail-fast: false
4444
matrix:

0 commit comments

Comments
 (0)