Skip to content

Commit 75a6e59

Browse files
committed
.
1 parent 480122b commit 75a6e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/cibw_before_build_windows.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ for file in $PACKAGE_DIR/LICENSES/*; do
44
cat $file >> $PACKAGE_DIR/LICENSE
55
done
66

7+
python -m pip install delvewheel
78
# TODO: Delete when there's a PyPI Cython release that supports free-threaded Python 3.13
89
FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_config_var('Py_GIL_DISABLED')))")"
910
if [[ $FREE_THREADED_BUILD == "True" ]]; then

0 commit comments

Comments
 (0)