Skip to content

Commit 3de20c3

Browse files
committed
fix settings
1 parent 785183c commit 3de20c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python_packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@ jobs:
9595
CMAKE_GENERATOR: "Visual Studio 18 2026"
9696
CMAKE_GENERATOR_PLATFORM: "Win32"
9797
SQLite3_ROOT: "C:/vcpkg/installed/x86-windows"
98-
CIBW_SKIP: pp* *-win_amd64
98+
CIBW_ARCHS_WINDOWS: x86
9999
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
100100
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"
101102

102103
steps:
103104
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)