Skip to content

Commit c6c87d8

Browse files
committed
fix release
1 parent a6a937c commit c6c87d8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sdk/python/hatch_build.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,5 @@ def initialize(self, version: str, build_data: dict[str, Any]) -> None:
176176
else:
177177
build_binary_locally(bin_dir)
178178

179-
# Tell hatch to include the bin directory
180-
if "force_include" not in build_data:
181-
build_data["force_include"] = {}
182-
build_data["force_include"][str(bin_dir)] = "pg0/bin"
179+
# Note: The binary is included via artifacts = ["pg0/bin/*"] in pyproject.toml
180+
# No need to use force_include here

0 commit comments

Comments
 (0)