We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ee517 commit 7a538a2Copy full SHA for 7a538a2
.github/workflows/pypi_dist.yml
@@ -26,3 +26,10 @@ jobs:
26
uses: pypa/gh-action-pypi-publish@master
27
with:
28
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
@@ -1 +1 @@
1
-__version__ = "2.5.2"
+__version__ = "3.0.0b1"
0 commit comments