We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0025616 commit fcc70cdCopy full SHA for fcc70cd
.github/workflows/publish.yaml
@@ -72,3 +72,4 @@ jobs:
72
uses: pypa/gh-action-pypi-publish@release/v1
73
with:
74
repository-url: https://test.pypi.org/legacy/
75
+ skip-existing: true
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "i18ntools"
3
-version = "0.2.1"
+version = "0.2.2"
4
description = "i18ntools helps translate Java properties i18n files using Azure Cognitive Services Translator"
5
readme = "README.md"
6
authors = [
0 commit comments