Skip to content

Commit

Permalink
Add local version for Triton nightly wheels (#982)
Browse files Browse the repository at this point in the history
Fixes #981.
  • Loading branch information
pbchekin authored Apr 26, 2024
1 parent 7cf5e8c commit e8b232a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
if: ${{ steps.triton-cache.outputs.status == 'miss' }}
run: |
export DEBUG=1
export TRITON_WHEEL_VERSION_SUFFIX="+git$(git rev-parse --short HEAD)"
cd python
python setup.py bdist_wheel
Expand Down

0 comments on commit e8b232a

Please sign in to comment.