We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d6636 commit 1f1f4c2Copy full SHA for 1f1f4c2
tools/gonyx/hatch_build.py
@@ -22,8 +22,6 @@ def initialize(self, version: Any, build_data: Any) -> None:
22
build_data["tag"] = "py3-none-" + manygo.get_platform_tag(
23
goos=goos, goarch=goarch
24
)
25
- else:
26
- build_data["infer_tag"] = True
27
28
# Get config and environment
29
binary_name = self.config.get("binary_name", "gonyx")
0 commit comments