You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2023/11/10 07:39:45 UTC

(sedona) branch master updated: Bump pypa/cibuildwheel from 2.12.0 to 2.16.2 (#1090)

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 c284a7baa Bump pypa/cibuildwheel from 2.12.0 to 2.16.2 (#1090)
c284a7baa is described below

commit c284a7baa18ee35f2f9678ab6bed5fbd205f34ef
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 9 23:39:41 2023 -0800

    Bump pypa/cibuildwheel from 2.12.0 to 2.16.2 (#1090)
    
    Co-authored-by: dependabot[bot] <49...@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 ebda9fb65..0266e937b 100644
--- a/.github/workflows/python-wheel.yml
+++ b/.github/workflows/python-wheel.yml
@@ -27,7 +27,7 @@ jobs:
       with:
         platforms: all
     - name: Build wheels
-      uses: pypa/cibuildwheel@v2.12.0
+      uses: pypa/cibuildwheel@v2.16.2
       env:
         CIBW_SKIP: 'pp* *musl*'
         CIBW_ARCHS_LINUX: 'x86_64 aarch64'