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 596de09 commit c1453abCopy full SHA for c1453ab
pyproject.toml
@@ -26,3 +26,15 @@ scripts = ["scripts/*"]
26
27
[tool.pdm.version]
28
source = "scm"
29
+
30
+[tool.cibuildwheel]
31
+build = "cp39"
32
+skip = "*musllinux*"
33
+build-frontend = "build"
34
35
+manylinux-x86_64-image = "quay.io/pypa/manylinux_2_24_x86_64:latest"
36
+manylinux-i686-image = "quay.io/pypa/manylinux_2_24_x86_64:latest"
37
+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"
0 commit comments