Skip to content

Commit 1f1f4c2

Browse files
committed
no infer_tag
1 parent 15d6636 commit 1f1f4c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/gonyx/hatch_build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ def initialize(self, version: Any, build_data: Any) -> None:
2222
build_data["tag"] = "py3-none-" + manygo.get_platform_tag(
2323
goos=goos, goarch=goarch
2424
)
25-
else:
26-
build_data["infer_tag"] = True
2725

2826
# Get config and environment
2927
binary_name = self.config.get("binary_name", "gonyx")

0 commit comments

Comments
 (0)