Skip to content

Commit af83469

Browse files
authored
Do not set suffix for Triton wheels (#2398)
Fixes #2397. The commit 6c3e953 adds local suffix, additional suffix is not required.
1 parent b0c8bb2 commit af83469

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/nightly-wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
with:
8181
command: >
8282
DEBUG=1
83-
TRITON_WHEEL_VERSION_SUFFIX="+git$(git rev-parse --short HEAD)"
8483
python setup.py bdist_wheel && pip install dist/*.whl
8584
8685
- name: Save Triton wheels to a cache

0 commit comments

Comments
 (0)