Skip to content

Commit 1af29da

Browse files
author
Ethan Steinberg
committed
fix versioning
1 parent 9280a5a commit 1af29da

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ test-command = [
5151
"pytest {package}/tests",
5252
]
5353
test-requires = "pytest"
54-
before-build = "git status; git restore native/MODULE.bazel.lock"
54+
before-build = [
55+
"git status",
56+
"git restore native/MODULE.bazel.lock"
57+
]
5558

5659
[tool.cibuildwheel.linux]
5760
before-all = "bash build/linux_setup.sh"

0 commit comments

Comments
 (0)