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

cdmikechen pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/branch-0.8 by this push:
     new e92188403 Update python-sdk 0.8.0 and close pushing images
e92188403 is described below

commit e92188403391d75ecabd5afe0801d81877020234
Author: cdmikechen <cdmikec...@apache.org>
AuthorDate: Wed Sep 27 09:02:05 2023 +0800

    Update python-sdk 0.8.0 and close pushing images
---
 .github/workflows/deploy_docker_images.yml | 2 +-
 submarine-sdk/pysubmarine/setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy_docker_images.yml 
b/.github/workflows/deploy_docker_images.yml
index ea1b343ec..6c3fa342a 100644
--- a/.github/workflows/deploy_docker_images.yml
+++ b/.github/workflows/deploy_docker_images.yml
@@ -18,7 +18,7 @@ name: Deploy submarine docker images
 # Trigger the workflow on master branch push
 on:
   push:
-    branches: [master, 'branch-0.8']
+    branches: [master]
 
 jobs:
   deploy-server:
diff --git a/submarine-sdk/pysubmarine/setup.py 
b/submarine-sdk/pysubmarine/setup.py
index 69320be65..604e90185 100644
--- a/submarine-sdk/pysubmarine/setup.py
+++ b/submarine-sdk/pysubmarine/setup.py
@@ -20,7 +20,7 @@ with open("README.md") as f:
 
 setup(
     name="apache-submarine",
-    version="0.8.0.dev",
+    version="0.8.0",
     description="A python SDK for submarine",
     long_description=long_description,
     long_description_content_type="text/markdown",


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org

Reply via email to