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 ad0c48c commit 5f9a2ebCopy full SHA for 5f9a2eb
pyproject.toml
@@ -38,3 +38,19 @@ scripts = ["scripts/*"]
38
39
[tool.pdm.version]
40
source = "scm"
41
+
42
+[tool.cibuildwheel]
43
+build = "cp39-*"
44
+skip = "*musllinux*"
45
+build-frontend = "build"
46
47
+manylinux-x86_64-image = "quay.io/pypa/manylinux_2_24_x86_64:latest"
48
+manylinux-i686-image = "quay.io/pypa/manylinux_2_24_x86_64:latest"
49
+manylinux-aarch64-image = "quay.io/pypa/manylinux_2_24_aarch64:latest"
50
51
+before-all = "curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh"
52
+test-command = "bids-validator-deno --version"
53
54
+[[tool.cibuildwheel.overrides]]
55
+select = "*win*"
56
+before-all = 'npm install -g deno & deno --version'
0 commit comments