Skip to content

Commit ea8cf2f

Browse files
committed
Fix up indentation
1 parent 8748dac commit ea8cf2f

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28,33 +28,33 @@ jobs:
2828
# cibw_archs: "x86_64"
2929
# - os: macos-14
3030
# cibw_archs: "arm64"
31-
env:
32-
# CIBW_BEFORE_BUILD: >-
33-
# rm -rf {package}/build
34-
CIBW_BEFORE_BUILD_WINDOWS: >-
35-
pip install delvewheel
36-
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
37-
delvewheel repair -w {dest_dir} {wheel}
38-
# TODO: switch to building based on locked src
39-
# and use tests-min-locked here
40-
CIBW_TEST_EXTRAS: >-
41-
tests-min
42-
CIBW_TEST_COMMAND: >-
43-
pytest {project}/tests
44-
# # On Windows, we explicitly request MSVC compilers (as GitHub Action runners have
45-
# # MinGW on PATH that would be picked otherwise), switch to a static build for
46-
# # runtimes, but use dynamic linking for `VCRUNTIME140.dll`, `VCRUNTIME140_1.dll`,
47-
# # and the UCRT. This avoids requiring specific versions of `MSVCP140.dll`, while
48-
# # keeping shared state with the rest of the Python process/extensions.
49-
# CIBW_CONFIG_SETTINGS_WINDOWS: >-
50-
# setup-args="--vsenv"
51-
# setup-args="-Db_vscrt=mt"
52-
# setup-args="-Dcpp_link_args=['ucrt.lib','vcruntime.lib','/nodefaultlib:libucrt.lib','/nodefaultlib:libvcruntime.lib']"
53-
# CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
54-
# CIBW_SKIP: "*-musllinux_aarch64"
55-
# CIBW_TEST_COMMAND: >-
56-
# python {package}/ci/check_version_number.py
57-
# MACOSX_DEPLOYMENT_TARGET: "10.12"
31+
env:
32+
# CIBW_BEFORE_BUILD: >-
33+
# rm -rf {package}/build
34+
CIBW_BEFORE_BUILD_WINDOWS: >-
35+
pip install delvewheel
36+
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
37+
delvewheel repair -w {dest_dir} {wheel}
38+
# TODO: switch to building based on locked src
39+
# and use tests-min-locked here
40+
CIBW_TEST_EXTRAS: >-
41+
tests-min
42+
CIBW_TEST_COMMAND: >-
43+
pytest {project}/tests
44+
# # On Windows, we explicitly request MSVC compilers (as GitHub Action runners have
45+
# # MinGW on PATH that would be picked otherwise), switch to a static build for
46+
# # runtimes, but use dynamic linking for `VCRUNTIME140.dll`, `VCRUNTIME140_1.dll`,
47+
# # and the UCRT. This avoids requiring specific versions of `MSVCP140.dll`, while
48+
# # keeping shared state with the rest of the Python process/extensions.
49+
# CIBW_CONFIG_SETTINGS_WINDOWS: >-
50+
# setup-args="--vsenv"
51+
# setup-args="-Db_vscrt=mt"
52+
# setup-args="-Dcpp_link_args=['ucrt.lib','vcruntime.lib','/nodefaultlib:libucrt.lib','/nodefaultlib:libvcruntime.lib']"
53+
# CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
54+
# CIBW_SKIP: "*-musllinux_aarch64"
55+
# CIBW_TEST_COMMAND: >-
56+
# python {package}/ci/check_version_number.py
57+
# MACOSX_DEPLOYMENT_TARGET: "10.12"
5858

5959
steps:
6060
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)