From af834697c1ef6c8faf5591d3b3f7c635d9c3a33c Mon Sep 17 00:00:00 2001 From: Pavel Chekin Date: Tue, 1 Oct 2024 11:57:11 -0700 Subject: [PATCH] Do not set suffix for Triton wheels (#2398) Fixes #2397. The commit 6c3e9535c44774dfd56357acba9c2183b247f58e adds local suffix, additional suffix is not required. --- .github/workflows/nightly-wheels.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/nightly-wheels.yml b/.github/workflows/nightly-wheels.yml index b6b8a0aafa..d4b236e43d 100644 --- a/.github/workflows/nightly-wheels.yml +++ b/.github/workflows/nightly-wheels.yml @@ -80,7 +80,6 @@ jobs: with: command: > DEBUG=1 - TRITON_WHEEL_VERSION_SUFFIX="+git$(git rev-parse --short HEAD)" python setup.py bdist_wheel && pip install dist/*.whl - name: Save Triton wheels to a cache