Skip to content

Commit 5f9a2eb

Browse files
committed
chore(build): Add cibuildwheel configuration
1 parent ad0c48c commit 5f9a2eb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,19 @@ scripts = ["scripts/*"]
3838

3939
[tool.pdm.version]
4040
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

Comments
 (0)