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

xtsong pushed a commit to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/release-0.1 by this push:
     new 5571e45  [hotfix] improve build.sh script (#272)
5571e45 is described below

commit 5571e4589f38d1197cc54dd57f5083867ee4a558
Author: Alan Z. <[email protected]>
AuthorDate: Fri Oct 10 18:58:11 2025 -0700

    [hotfix] improve build.sh script (#272)
---
 tools/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/build.sh b/tools/build.sh
index a70711e..4c070a9 100755
--- a/tools/build.sh
+++ b/tools/build.sh
@@ -51,6 +51,7 @@ cp 
"${PROJECT_ROOT}/dist/target/flink-agents-dist-${PROJECT_VERSION}.jar" ${PYTH
 
 # build python
 cd python
+rm -rf dist/  # Clean old build artifacts before building
 pip install uv
 uv sync --extra dev
 uv run python -m build

Reply via email to