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

haonan pushed a commit to branch fix_python_client_pkg
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 93373f48f5e067ba3018d58bca6f9c3a9ff945e9
Author: HTHou <[email protected]>
AuthorDate: Wed Sep 11 09:54:40 2024 +0800

    [PY-Client] fix python client package issue
---
 iotdb-client/client-py/pom.xml    | 2 +-
 iotdb-client/client-py/release.sh | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml
index 713ebe57d14..f411afcbb92 100644
--- a/iotdb-client/client-py/pom.xml
+++ b/iotdb-client/client-py/pom.xml
@@ -151,7 +151,7 @@
                             <goal>copy-resources</goal>
                         </goals>
                         <!-- here the phase you need -->
-                        <phase>generate-sources</phase>
+                        <phase>process-resources</phase>
                         <configuration>
                             <encoding>utf-8</encoding>
                             <outputDirectory>${basedir}/</outputDirectory>
diff --git a/iotdb-client/client-py/release.sh 
b/iotdb-client/client-py/release.sh
index 692047b8b57..8dff830db89 100755
--- a/iotdb-client/client-py/release.sh
+++ b/iotdb-client/client-py/release.sh
@@ -25,6 +25,7 @@ python3 --version
 rm -Rf build
 rm -Rf dist
 rm -Rf iotdb_session.egg_info
+rm pyproject.toml
 
 # (Re-)build generated code
 (cd ../..; mvn clean package -pl iotdb-client/client-py -am)

Reply via email to