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

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

commit ab55abca1e36358e5128c715ac6ae1b8f5d336c1
Author: HTHou <hhao...@outlook.com>
AuthorDate: Thu Oct 17 11:04:44 2024 +0800

    package whl by maven
---
 pom.xml        |  1 +
 python/pom.xml | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/pom.xml b/pom.xml
index 80baaa0a..86d4ede1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -599,6 +599,7 @@
         <profile>
             <id>with-python</id>
             <modules>
+                <module>cpp</module>
                 <module>python</module>
             </modules>
         </profile>
diff --git a/python/pom.xml b/python/pom.xml
index 1a0180d8..0fcd644e 100644
--- a/python/pom.xml
+++ b/python/pom.xml
@@ -136,6 +136,20 @@
                             </arguments>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>package-whl</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>exec</goal>
+                        </goals>
+                        <configuration>
+                            
<executable>${python.venv.bin}${python.exe.bin}</executable>
+                            <arguments>
+                                <argument>setup.py</argument>
+                                <argument>bdist_wheel</argument>
+                            </arguments>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
             <plugin>

Reply via email to