Skip to content

Commit 8bee350

Browse files
committed
Fix {project} placeholder in cibuildwheel config
1 parent 5f54ed7 commit 8bee350

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -154,17 +154,12 @@ test-command = """
154154
pd.test(extra_args=["-m not clipboard and not single_cpu and not slow and not network and not db", "-n 2", "--no-strict-data-files"]); \
155155
pd.test(extra_args=["-m not clipboard and single_cpu and not slow and not network and not db", "--no-strict-data-files"]);' \
156156
"""
157+
before-build = "bash scripts/cibw_before_build.sh"
157158

158159
[tool.cibuildwheel.windows]
159160
before-build = "pip install delvewheel"
160161
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
161162

162-
[tool.cibuildwheel.linux]
163-
before-build = "bash {project}/scripts/cibw_before_build.sh"
164-
165-
[tool.cibuildwheel.macos]
166-
before-build = "bash {project}/scripts/cibw_before_build.sh"
167-
168163
[[tool.cibuildwheel.overrides]]
169164
select = "*-musllinux*"
170165
before-test = "apk update && apk add musl-locales"

0 commit comments

Comments
 (0)