Skip to content

Commit af21ce3

Browse files
committed
pkg(pypi): fix python packages publishing
1 parent 98b9721 commit af21ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pypi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ build-backend = "hatchling.build"
2626

2727
[tool.hatch.build.targets.wheel]
2828
packages = ["lefthook"]
29-
artifacts = ["lefthook/bin"]
29+
artifacts = ["lefthook"]
3030

3131
[tool.hatch.build.hooks.custom]
3232
path = "hatch_build.py"

0 commit comments

Comments
 (0)