File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 path : ./wheelhouse/*.whl
8989 name : dist-windows
9090
91- build_windows_32_wheels :
92- name : Build 32bit wheels on Windows
93- runs-on : windows-2025
94- env :
95- CMAKE_GENERATOR : " Visual Studio 18 2026"
96- CMAKE_GENERATOR_PLATFORM : " Win32"
97- SQLite3_ROOT : " C:/vcpkg/installed/x86-windows"
98- CIBW_SKIP : pp* *-win_amd64
99- CIBW_TEST_COMMAND : python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
100- CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair --add-path C:/vcpkg/installed/x86-windows/bin --no-mangle-all -v -w {dest_dir} {wheel}"
101-
102- steps :
103- - uses : actions/checkout@v3
104-
105- - uses : actions/setup-python@v3
106- name : Install Python
107- with :
108- python-version : ' 3.9'
109- architecture : x86
110-
111- - name : Install Deps
112- run : |
113- C:/vcpkg/vcpkg install sqlite3[rtree,fts3,json1] --triplet x86-windows
114- C:/vcpkg/vcpkg integrate install
115- pip install setuptools scikit-build wheel cmake delvewheel
116- dir "C:/vcpkg/installed/x86-windows/bin"
117-
118- - name : Build wheels
119- uses : pypa/cibuildwheel@v3.3.1
120-
121- - uses : actions/upload-artifact@v4
122- with :
123- path : ./wheelhouse/*.whl
124- name : dist-windows_32
125-
12691 build_macos_arm64_wheels :
12792 name : Build wheels on macos-15 (arm64)
12893 runs-on : macos-15
You can’t perform that action at this time.
0 commit comments