This is an automated email from the ASF dual-hosted git repository. XiaoHongbo-Hope pushed a commit to branch release-0.2 in repository https://gitbox.apache.org/repos/asf/paimon-mosaic.git
commit b9b9367e6dff748c0baa613d13a03102224bfb0f Author: jianguotian <[email protected]> AuthorDate: Mon Jun 15 20:17:47 2026 +0800 ci: bump cibuildwheel to v4.1.0 (allowlisted SHA) (#65) The pinned v3.3.1 SHA fell off the ASF Actions allowlist, causing Release startup_failure on tags. Bump to v4.1.0 to stay on a current, allowlisted SHA. Co-authored-by: mingfeng <[email protected]> Co-authored-by: Claude Opus 4.8 <[email protected]> --- .github/workflows/release-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 9807858..0497f2c 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -61,7 +61,7 @@ jobs: python-version: "3.12" - name: Build wheels via cibuildwheel - uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 with: package-dir: python output-dir: wheelhouse
