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 0cc14a7 commit 4105b3cCopy full SHA for 4105b3c
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
poetry build
36
- uses: actions/upload-artifact@v3
37
with:
38
- path: ./dist/doccano-client-*
+ path: ./dist/doccano*
39
40
upload_pypi_test:
41
name: Upload to PyPI (test)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "doccano-client"
3
-version = "1.1.1"
+version = "1.2.0"
4
description = "A simple client for doccano API."
5
authors = ["Hironsan <[email protected]>"]
6
license = "MIT"
0 commit comments