Skip to content

Commit f780c8e

Browse files
atalmanliuyunqi20
authored andcommitted
[Release Only Changes] Remove git commit hash in wheel name (#5405)
For release we are not looking for something like : `` pytorch_triton-3.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl `` not: `` triton-3.2.0+git35c6c7c6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ``
1 parent e88a88f commit f780c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ def get_install_requires():
737737

738738
setup(
739739
name=os.environ.get("TRITON_WHEEL_NAME", "triton"),
740-
version="3.2.0" + get_git_commit_hash() + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", ""),
740+
version="3.2.0" + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", ""),
741741
author="Philippe Tillet",
742742
author_email="[email protected]",
743743
description="A language and compiler for custom Deep Learning operations",

0 commit comments

Comments
 (0)