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 df229ce02 [CI] Upgrade CIBuildwheel to 2.20.0 (#1563)
df229ce02 is described below
commit df229ce0246a986521919d9c396635d65909a166
Author: Jia Yu <[email protected]>
AuthorDate: Wed Aug 28 14:09:55 2024 -0700
[CI] Upgrade CIBuildwheel to 2.20.0 (#1563)
* Use windows 2019
* Trigger build
* Try new cibuildtool version
* Remove change in the source code
---
.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 7d528a0c0..6b6bb5fa6 100644
--- a/.github/workflows/python-wheel.yml
+++ b/.github/workflows/python-wheel.yml
@@ -38,7 +38,7 @@ jobs:
with:
platforms: all
- name: Build wheels
- uses: pypa/[email protected]
+ uses: pypa/[email protected]
env:
CIBW_SKIP: 'pp* *musl*'
CIBW_ARCHS_LINUX: 'x86_64 aarch64'