Skip to content

Commit 9d99f35

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 81188cd commit 9d99f35

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ jobs:
7474
- uses: pypa/gh-action-pypi-publish@release/v1
7575
# To test uploads to TestPyPI, uncomment the following:
7676
# with:
77-
# repository-url: https://test.pypi.org/legacy/
77+
# repository-url: https://test.pypi.org/legacy/

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ version_scheme = "guess-next-dev"
119119
local_scheme = "node-and-date"
120120

121121
[tool.scikit-build]
122-
wheel.py-api = "cp311" # Limited ABI
122+
wheel.py-api = "cp311" # Limited ABI
123123
wheel.packages = [ "src/rapids_singlecell", "src/testing" ]
124124
cmake.version = ">=3.24"
125125
cmake.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]
134134
repair-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]
139139
repair-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]
144144
repair-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

Comments
 (0)