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 785183c commit 3de20c3Copy full SHA for 3de20c3
1 file changed
.github/workflows/python_packages.yml
@@ -95,9 +95,10 @@ jobs:
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
+ CIBW_ARCHS_WINDOWS: x86
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
+ CIBW_CONFIG_SETTINGS_WINDOWS: "cmake.define.CMAKE_GENERATOR_PLATFORM=Win32"
102
103
steps:
104
- uses: actions/checkout@v3
0 commit comments