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

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e35d1bb Infra: Pin pypa/cibuildwheel version (#3189)
3e35d1bb is described below

commit 3e35d1bbf8b4d781726f5b7c6ece6c3e329e2723
Author: Yuya Ebihara <[email protected]>
AuthorDate: Tue Mar 24 02:55:07 2026 +0900

    Infra: Pin pypa/cibuildwheel version (#3189)
    
    <!--
    Thanks for opening a pull request!
    -->
    
    <!-- In the case this PR will resolve an issue, please replace
    ${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
    <!-- Closes #${GITHUB_ISSUE_ID} -->
    
    # Rationale for this change
    
    [Nightly PyPI
    
Build](https://github.com/apache/iceberg-python/actions/workflows/nightly-pypi-build.yml)
    is failing:
    ```
    The action pypa/[email protected] is not allowed in apache/iceberg-python 
...
    ```
    
    
    `ee02a15` is the commit hash of
    [3.4.0](https://github.com/pypa/cibuildwheel/releases/tag/v3.4.0), and
    approved in
    
[approved_patterns.yml](https://github.com/apache/infrastructure-actions/blob/main/approved_patterns.yml)
    
    
    ## Are these changes tested?
    
    ## Are there any user-facing changes?
    
    No
---
 .github/workflows/pypi-build-artifacts.yml | 2 +-
 .github/workflows/svn-build-artifacts.yml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pypi-build-artifacts.yml 
b/.github/workflows/pypi-build-artifacts.yml
index 51633780..ca254e62 100644
--- a/.github/workflows/pypi-build-artifacts.yml
+++ b/.github/workflows/pypi-build-artifacts.yml
@@ -66,7 +66,7 @@ jobs:
         if: matrix.os == 'ubuntu-latest'
 
       - name: Build wheels
-        uses: pypa/[email protected]
+        uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a
         with:
           output-dir: wheelhouse
           config-file: "pyproject.toml"
diff --git a/.github/workflows/svn-build-artifacts.yml 
b/.github/workflows/svn-build-artifacts.yml
index 6ba16d07..0f90beb1 100644
--- a/.github/workflows/svn-build-artifacts.yml
+++ b/.github/workflows/svn-build-artifacts.yml
@@ -61,7 +61,7 @@ jobs:
         if: matrix.os == 'ubuntu-latest'
 
       - name: Build wheels
-        uses: pypa/[email protected]
+        uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a
         with:
           output-dir: wheelhouse
           config-file: "pyproject.toml"

Reply via email to