Skip to content

Commit 7e87966

Browse files
committed
Add {package} to before-build
1 parent c2bbdcb commit 7e87966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ 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"
157+
before-build = "bash {package}/scripts/cibw_before_build.sh"
158158

159159
[tool.cibuildwheel.windows]
160160
before-build = "pip install delvewheel"

0 commit comments

Comments
 (0)