@@ -119,7 +119,7 @@ version_scheme = "guess-next-dev"
119119local_scheme = " node-and-date"
120120
121121[tool .scikit-build ]
122- wheel.py-api = " cp311" # Limited ABI
122+ wheel.py-api = " cp311" # Limited ABI
123123wheel.packages = [ " src/rapids_singlecell" , " src/testing" ]
124124cmake.version = " >=3.24"
125125cmake.build-type = " Release"
@@ -132,18 +132,18 @@ metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
132132# Use abi3audit to catch issues with Limited API wheels
133133[tool .cibuildwheel .linux ]
134134repair-wheel-command = [
135- " auditwheel repair -w {dest_dir} {wheel}" ,
136- " uvx abi3audit --strict --report {wheel}" ,
135+ " auditwheel repair -w {dest_dir} {wheel}" ,
136+ " uvx abi3audit --strict --report {wheel}" ,
137137]
138138[tool .cibuildwheel .macos ]
139139repair-wheel-command = [
140- " delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}" ,
141- " uvx abi3audit --strict --report {wheel}" ,
140+ " delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}" ,
141+ " uvx abi3audit --strict --report {wheel}" ,
142142]
143143[tool .cibuildwheel .windows ]
144144repair-wheel-command = [
145- " copy {wheel} {dest_dir}" ,
146- " uvx abi3audit --strict --report {wheel}" ,
145+ " copy {wheel} {dest_dir}" ,
146+ " uvx abi3audit --strict --report {wheel}" ,
147147]
148148
149149[tool .codespell ]
0 commit comments