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
The following commit(s) were added to refs/heads/release-0.1 by this push:
new 9f25e94 ci: update release-python yml
9f25e94 is described below
commit 9f25e9439bf6b0877ba84b8fd8291a4eee28198a
Author: luoyuxia <[email protected]>
AuthorDate: Mon Mar 2 11:43:47 2026 +0800
ci: update release-python yml
---
.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 d7bd04c..e5a176f 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 protobuf -y
+ run: choco install protoc -y
shell: pwsh
- uses: PyO3/maturin-action@v1