Skip to content

Commit e3ac934

Browse files
authored
Merge pull request #43 from python-project-templates/tkp/hf
fix wheel tag name
2 parents 824ded7 + 97f1f4c commit e3ac934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hatch_rs/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def initialize(self, version: str, build_data: dict[str, Any]) -> None:
8787
# else:
8888
# build_data["tag"] = f"cp{version_major}{version_minor}-cp{version_major}{version_minor}-{os_name}_{machine}"
8989
build_data["pure_python"] = False
90-
machine = platform_machine()
90+
machine = platform_machine().lower()
9191
version_major = version_info.major
9292
version_minor = version_info.minor
9393

0 commit comments

Comments
 (0)