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

JingsongLi 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 acedeb9  ci: gate PyPI publish on rust+java success (#42)
acedeb9 is described below

commit acedeb99760c581e663dca16bd29231ff70f5650
Author: jianguotian <[email protected]>
AuthorDate: Fri Jun 12 19:35:32 2026 +0800

    ci: gate PyPI publish on rust+java success (#42)
---
 .github/workflows/release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4fd2491..7c1f516 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
 
   python-publish:
     name: Python publish
-    needs: [python-wheels]
+    needs: [rust, java, python-wheels]
     if: startsWith(github.ref, 'refs/tags/')
     uses: ./.github/workflows/release-python-publish.yml
     secrets: inherit

Reply via email to