Skip to content

Commit 77c4f04

Browse files
committed
fix(datashare-python): missing worker template artifact
1 parent 5c7ff54 commit 77c4f04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

datashare-python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "datashare-python"
3-
version = "0.2.14"
3+
version = "0.2.15"
44
description = "Manage Python tasks and local resources in Datashare"
55
authors = [
66
{ name = "Clément Doumouro", email = "cdoumouro@icij.org" },
@@ -38,7 +38,7 @@ build-backend = "hatchling.build"
3838

3939
[tool.hatch.build.targets.wheel]
4040
artifacts = [
41-
"worker-template.tar.gz"
41+
"datashare_python/worker-template.tar.gz"
4242
]
4343

4444
[tool.hatch.build.targets.sdist]

0 commit comments

Comments
 (0)