Skip to content

Commit 4105b3c

Browse files
committed
Fix build workflow
1 parent 0cc14a7 commit 4105b3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
poetry build
3636
- uses: actions/upload-artifact@v3
3737
with:
38-
path: ./dist/doccano-client-*
38+
path: ./dist/doccano*
3939

4040
upload_pypi_test:
4141
name: Upload to PyPI (test)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "doccano-client"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "A simple client for doccano API."
55
authors = ["Hironsan <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)