This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new f49789894e Bump pypa/cibuildwheel from 2.23.3 to 3.2.0 (#2369)
f49789894e is described below
commit f49789894e31a37eff5744c4d985ecc7862a9c32
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 19 20:59:15 2025 -0700
Bump pypa/cibuildwheel from 2.23.3 to 3.2.0 (#2369)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/python-wheel.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/python-wheel.yml
b/.github/workflows/python-wheel.yml
index c0ccc0db67..e631fb6fb7 100644
--- a/.github/workflows/python-wheel.yml
+++ b/.github/workflows/python-wheel.yml
@@ -63,7 +63,7 @@ jobs:
image: tonistiigi/binfmt:qemu-v8.1.5
platforms: all
- name: Build wheels
- uses: pypa/[email protected]
+ uses: pypa/[email protected]
env:
CIBW_SKIP: 'pp* *musl*'
CIBW_ARCHS_LINUX: 'x86_64 aarch64'