Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main' into redo-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-neuma committed Apr 30, 2024
2 parents f566a67 + 4a2ebb9 commit 9d0b2cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/nm-build-vllm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ runs:
fi
# sdist
python3 setup.py sdist || SUCCESS=$?
pyenv uninstall --force ${{ inputs.python}}/envs/${VENV}
ls -alh dist
TAR_FILEPATH=$(find dist -type f -iname "*.tar.gz")
echo "${TAR_FILEPATH}"
Expand Down

0 comments on commit 9d0b2cb

Please sign in to comment.