This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch upload-artifact
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/upload-artifact by this push:
new 09e748f9e4 Upgrade cibuildwheel version
09e748f9e4 is described below
commit 09e748f9e47c623871a7ecd9211c65918b070487
Author: Jia Yu <[email protected]>
AuthorDate: Wed Nov 6 23:37:19 2024 -0800
Upgrade cibuildwheel version
---
.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 28a0a48fcf..2e35449017 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'