Skip to content

Commit 727afbc

Browse files
committed
try building with new setuptools and scikit-build
1 parent 0cc9ee3 commit 727afbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python_packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
CMAKE_GENERATOR: "Visual Studio 18 2026"
6363
SQLite3_ROOT: "C:/vcpkg/installed/x64-windows"
6464
CIBW_SKIP: "*-win32 cp38-win*"
65-
CIBW_BEFORE_BUILD: pip install setuptools scikit-build wheel cmake delvewheel
65+
CIBW_BEFORE_BUILD: pip install "setuptools<80" "scikit-build<0.18" wheel cmake delvewheel
6666
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
6767
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --add-path C:/vcpkg/installed/x64-windows/bin --no-mangle-all -v -w {dest_dir} {wheel}"
6868

@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
C:/vcpkg/vcpkg install sqlite3[rtree,fts3,json1] --triplet x64-windows
8080
C:/vcpkg/vcpkg integrate install
81-
pip install setuptools scikit-build wheel cmake delvewheel
81+
pip install "setuptools<80" "scikit-build<0.18" wheel cmake delvewheel
8282
dir "C:/vcpkg/installed/x64-windows/bin"
8383
8484
- name: Build wheels

0 commit comments

Comments
 (0)