This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


The following commit(s) were added to refs/heads/main by this push:
     new 2a21c38e chore(ci): Add s2geography to default Windows Python wheel 
build (#372)
2a21c38e is described below

commit 2a21c38e3a135230d4226e2e55cf5f6667f58706
Author: Dewey Dunnington <[email protected]>
AuthorDate: Wed Nov 26 23:22:18 2025 -0600

    chore(ci): Add s2geography to default Windows Python wheel build (#372)
---
 ci/scripts/wheels-build-windows.ps1 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci/scripts/wheels-build-windows.ps1 
b/ci/scripts/wheels-build-windows.ps1
index 001664a9..31a0cb6f 100644
--- a/ci/scripts/wheels-build-windows.ps1
+++ b/ci/scripts/wheels-build-windows.ps1
@@ -73,6 +73,8 @@ $env:PATH += ";$scriptDirectory\windows"
 $env:GEOS_LIB_DIR = "$vcpkgLibDirectory"
 $env:GEOS_VERSION = "3.13.0"
 
+$env:MATURIN_PEP517_ARGS='--features s2geography,pyo3/extension-module'
+
 # Some CMake configurations needs this separately from the toolchain file
 $env:CMAKE_PREFIX_PATH="$vcpkgInstalledDirectory"
 $env:OPENSSL_ROOT_DIR="$vcpkgInstalledDirectory"

Reply via email to