We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744c107 commit e20e08dCopy full SHA for e20e08d
pyproject.toml
@@ -38,3 +38,7 @@ manylinux-aarch64-image = "quay.io/pypa/manylinux_2_24_x86_64:latest"
38
39
before-all = "curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh"
40
test-command = "bids-validator-deno --version"
41
+
42
+[[tool.cibuildwheel.overrides]]
43
+select = "*win*"
44
+before-all = "curl -fsSL https://deno.land/install.sh | sh"
0 commit comments