We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f2614 commit 452dfdcCopy full SHA for 452dfdc
1 file changed
pyproject.toml
@@ -21,12 +21,9 @@ namespaces = false # to disable scanning PEP 420 namespaces (true by default)
21
[tool.cibuildwheel]
22
skip = ["*-musllinux_* pp*"]
23
archs = ["auto64"]
24
-test-command = [
25
- "git status",
26
-]
27
28
[tool.cibuildwheel.linux]
29
-before-all = "bash build/linux_setup.sh"
+before-all = "git status & bash build/linux_setup.sh"
30
31
[tool.cibuildwheel.macos]
32
environment = { MACOSX_DEPLOYMENT_TARGET="12" }
0 commit comments