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


The following commit(s) were added to refs/heads/build_whl_package by this push:
     new bb37984e upload whl
bb37984e is described below

commit bb37984e19ecd92bde815d6fe247acbd86847084
Author: HTHou <[email protected]>
AuthorDate: Thu Oct 17 11:56:07 2024 +0800

    upload whl
---
 .github/workflows/unit-test.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index ec0e7782..e568ebe3 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -84,3 +84,10 @@ jobs:
         shell: bash
         run: |
           ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -P 
with-java,with-cpp,with-python clean verify
+
+      - name: Upload whl Artifact
+        if: ${{ matrix.java == '17'}}
+        uses: actions/upload-artifact@v4
+        with:
+          path: python/dist/tsfile-*.whl
+          retention-days: 1

Reply via email to