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 68b4821 commit edaefd9Copy full SHA for edaefd9
2 files changed
.github/workflows/python-publish.yml
@@ -31,8 +31,10 @@ jobs:
31
with:
32
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
33
repository-url: https://test.pypi.org/legacy/
34
+ skip_existing: true
35
- name: Publish distribution 📦 to PyPI
36
if: startsWith(github.ref, 'refs/tags')
37
uses: pypa/gh-action-pypi-publish@v1.8.5
38
39
password: ${{ secrets.PYPI_API_TOKEN }}
40
anylabeling/app_info.py
@@ -1,3 +1,3 @@
1
__appname__ = "AnyLabeling"
2
__appdescription__ = "Effortless data labeling with AI support"
3
-__version__ = "0.2.1"
+__version__ = "0.2.2"
0 commit comments