This is an automated email from the ASF dual-hosted git repository. yuxia pushed a commit to branch release-0.1 in repository https://gitbox.apache.org/repos/asf/fluss-rust.git
commit 91f86f7053986e227a6d7b2508dba668e1f30be6 Author: luoyuxia <[email protected]> AuthorDate: Tue Mar 3 16:20:47 2026 +0800 Revert "ci: update release-python yml" This reverts commit 9f25e9439bf6b0877ba84b8fd8291a4eee28198a. --- .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 e5a176f..d7bd04c 100644 --- a/.github/workflows/release_python.yml +++ b/.github/workflows/release_python.yml @@ -94,7 +94,7 @@ jobs: - name: Install protoc (Windows) if: runner.os == 'Windows' - run: choco install protoc -y + run: choco install protobuf -y shell: pwsh - uses: PyO3/maturin-action@v1
