This is an automated email from the ASF dual-hosted git repository.
XiaoHongbo-Hope pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-vector-index.git
The following commit(s) were added to refs/heads/main by this push:
new a203423 ci: bump cibuildwheel to v4.1.0 (allowlisted SHA) (#48)
a203423 is described below
commit a20342329b2de550fb1948784a784673835119dd
Author: jianguotian <[email protected]>
AuthorDate: Mon Jun 15 16:55:41 2026 +0800
ci: bump cibuildwheel to v4.1.0 (allowlisted SHA) (#48)
The pinned v3.3.1 SHA fell off the ASF Actions allowlist, causing Release
startup_failure on rc tags. Bump to v4.1.0, 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 39dc779..610de65 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