mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-26 12:32:10 +00:00
fix: list nested dist in workflow
This commit is contained in:
parent
7aebbd2ef9
commit
49c1224483
4
.github/workflows/python-packaging.yaml
vendored
4
.github/workflows/python-packaging.yaml
vendored
@ -161,12 +161,10 @@ jobs:
|
||||
ls dist/*whl |xargs -I {} mv {} dist/${wheel_name}
|
||||
# Save the wheel name to the GitHub environment
|
||||
echo "wheel_name=${wheel_name}" >> $GITHUB_ENV
|
||||
# Move back to the root directory before logging the built wheels
|
||||
cd ..
|
||||
|
||||
- name: Log Built Wheels
|
||||
run: |
|
||||
ls
|
||||
ls flash-attention/dist
|
||||
|
||||
# - name: Get the tag version
|
||||
# id: extract_branch
|
||||
|
Loading…
Reference in New Issue
Block a user