Skip to content

Commit f302640

Browse files
committed
.
1 parent 75a6e59 commit f302640

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
CIBW_PLATFORM: 'windows'
4343
CIBW_ARCHS: 'ARM64'
4444
CIBW_BEFORE_BUILD_WINDOWS: |
45+
python -m pip install delvewheel
4546
echo "Searching for cl.exe..."
4647
where cl.exe || echo "cl.exe not found in PATH"
4748
echo "Searching for link.exe..."

scripts/cibw_before_build_windows.sh

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

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

0 commit comments

Comments
 (0)