Skip to content

Commit

Permalink
Do not set suffix for Triton wheels (#2398)
Browse files Browse the repository at this point in the history
Fixes #2397.

The commit 6c3e953 adds local suffix,
additional suffix is not required.
  • Loading branch information
pbchekin authored Oct 1, 2024
1 parent b0c8bb2 commit af83469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nightly-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af83469

Please sign in to comment.