We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690af80 commit f9618a4Copy full SHA for f9618a4
.github/workflows/buildwheel.yml
@@ -46,7 +46,10 @@ jobs:
46
env:
47
# override setting in pyproject.toml to use msys2 instead of msys64 bash
48
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
+ #
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
53
54
- uses: actions/upload-artifact@v4
55
with:
0 commit comments