Skip to content

Commit 7a538a2

Browse files
committed
Push to docker
1 parent 67ee517 commit 7a538a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/pypi_dist.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ jobs:
2626
uses: pypa/gh-action-pypi-publish@master
2727
with:
2828
password: ${{ secrets.pypi_password }}
29+
- name: Push Docker image to Docker Hub
30+
uses: docker/build-push-action@v1
31+
with:
32+
username: ${{ secrets.DOCKER_USERNAME }}
33+
password: ${{ secrets.DOCKER_PASSWORD }}
34+
repository: superannotate/pythonsdk
35+
tag_with_ref: true

superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.2"
1+
__version__ = "3.0.0b1"

0 commit comments

Comments
 (0)