Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Update python-sdk 0.8.0 and close pushing images
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmikechen committed Sep 27, 2023
1 parent 389c8fd commit e921884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion submarine-sdk/pysubmarine/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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",
Expand Down

0 comments on commit e921884

Please sign in to comment.