Skip to content

Commit 5e56853

Browse files
Remove git commit hash in wheel name
Similar to ef7e870
1 parent 52bd107 commit 5e56853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ def get_git_version_suffix():
772772

773773

774774
# keep it separate for easy substitution
775-
TRITON_VERSION = "3.4.0" + get_git_version_suffix() + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", "")
775+
TRITON_VERSION = "3.4.0" + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", "")
776776

777777
# Dynamically define supported Python versions and classifiers
778778
MIN_PYTHON = (3, 9)

0 commit comments

Comments
 (0)