Skip to content

Commit f9618a4

Browse files
committed
wheel: don't make libpythonXX.a on Windows
1 parent 690af80 commit f9618a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646
env:
4747
# override setting in pyproject.toml to use msys2 instead of msys64 bash
4848
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh
49-
CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel && msys2 -c bin/cibw_before_build_windows.sh
49+
#
50+
# Don't need to create pythonXX.a under meson. Not needed any more:
51+
# CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel && msys2 -c bin/cibw_before_build_windows.sh
52+
#
5053

5154
- uses: actions/upload-artifact@v4
5255
with:

0 commit comments

Comments
 (0)