Skip to content

Commit 808d533

Browse files
authored
BLD/CI: Try to fix the Windows Python 3.13t wheel build
1 parent 5736b96 commit 808d533

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ free-threaded-support = true
160160
before-build = "PACKAGE_DIR={package} bash {package}/scripts/cibw_before_build.sh"
161161

162162
[tool.cibuildwheel.windows]
163-
before-build = "pip install delvewheel && bash {package}/scripts/cibw_before_build_windows.sh"
164-
before-test = "bash {package}/scripts/cibw_before_test_windows.sh"
163+
before-build = "pip install delvewheel && bash {package}/scripts/cibw_before_build.sh"
165164
test-command = """
166165
set PANDAS_CI='1' && \
167166
python -c "import pandas as pd; \

0 commit comments

Comments
 (0)