Skip to content

Commit 452dfdc

Browse files
Another try
1 parent e2f2614 commit 452dfdc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ namespaces = false # to disable scanning PEP 420 namespaces (true by default)
2121
[tool.cibuildwheel]
2222
skip = ["*-musllinux_* pp*"]
2323
archs = ["auto64"]
24-
test-command = [
25-
"git status",
26-
]
2724

2825
[tool.cibuildwheel.linux]
29-
before-all = "bash build/linux_setup.sh"
26+
before-all = "git status & bash build/linux_setup.sh"
3027

3128
[tool.cibuildwheel.macos]
3229
environment = { MACOSX_DEPLOYMENT_TARGET="12" }

0 commit comments

Comments
 (0)