Skip to content

Commit 6838728

Browse files
committed
Push to latest
1 parent 7a538a2 commit 6838728

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi_dist.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pip install setuptools wheel twine numpy yapf
2020
- name: Check formatting
2121
run: yapf -p -r --diff -e '*/pycocotools_sa' superannotate
22-
- name: Install to PyPI
22+
- name: Create distribution files
2323
run: python setup.py sdist
2424
- name: Publish distribution to PyPI
2525
if: startsWith(github.ref, 'refs/tags')
@@ -32,4 +32,5 @@ jobs:
3232
username: ${{ secrets.DOCKER_USERNAME }}
3333
password: ${{ secrets.DOCKER_PASSWORD }}
3434
repository: superannotate/pythonsdk
35+
tags: superannotate/pythonsdk:latest
3536
tag_with_ref: true

0 commit comments

Comments
 (0)