We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2163f commit 4eb55edCopy full SHA for 4eb55ed
pyproject.toml
@@ -143,7 +143,7 @@ parentdir_prefix = "pandas-"
143
[tool.cibuildwheel]
144
skip = "cp36-* cp37-* pp37-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*"
145
build-verbosity = "3"
146
-environment = { LDFLAGS="-Wl,--strip-all" }
+environment = {LDFLAGS="-Wl,--strip-all" }
147
test-requires = "hypothesis>=6.34.2 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asyncio>=0.17"
148
test-command = "python {project}/ci/test_wheels.py"
149
@@ -166,7 +166,7 @@ test-command = ""
166
# macOS doesn't support stripping wheels with linker
167
# https://github.com/MacPython/numpy-wheels/pull/87#issuecomment-624878264
168
select = "*-macosx*"
169
-environment = ""
+environment = {CFLAGS="-g0"}
170
171
[[tool.cibuildwheel.overrides]]
172
select = "*-win32"
0 commit comments