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 901cc33472f041aa067a772bbda6dbd08c83d52a 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
