Skip to content

Commit edaefd9

Browse files
committed
Add skip existing to Python build
1 parent 68b4821 commit edaefd9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
with:
3232
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3333
repository-url: https://test.pypi.org/legacy/
34+
skip_existing: true
3435
- name: Publish distribution 📦 to PyPI
3536
if: startsWith(github.ref, 'refs/tags')
3637
uses: pypa/gh-action-pypi-publish@v1.8.5
3738
with:
3839
password: ${{ secrets.PYPI_API_TOKEN }}
40+
skip_existing: true

anylabeling/app_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__appname__ = "AnyLabeling"
22
__appdescription__ = "Effortless data labeling with AI support"
3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)