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-mosaic.git
The following commit(s) were added to refs/heads/main by this push:
new 3ed9f95 ci: gate PyPI publish on rust+java success (#62)
3ed9f95 is described below
commit 3ed9f956252fca39fea5483233ab0860168f272a
Author: jianguotian <[email protected]>
AuthorDate: Fri Jun 12 19:38:09 2026 +0800
ci: gate PyPI publish on rust+java success (#62)
---
.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