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 7a538a2 commit 6838728Copy full SHA for 6838728
.github/workflows/pypi_dist.yml
@@ -19,7 +19,7 @@ jobs:
19
pip install setuptools wheel twine numpy yapf
20
- name: Check formatting
21
run: yapf -p -r --diff -e '*/pycocotools_sa' superannotate
22
- - name: Install to PyPI
+ - name: Create distribution files
23
run: python setup.py sdist
24
- name: Publish distribution to PyPI
25
if: startsWith(github.ref, 'refs/tags')
@@ -32,4 +32,5 @@ jobs:
32
username: ${{ secrets.DOCKER_USERNAME }}
33
password: ${{ secrets.DOCKER_PASSWORD }}
34
repository: superannotate/pythonsdk
35
+ tags: superannotate/pythonsdk:latest
36
tag_with_ref: true
0 commit comments