mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-27 13:02:12 +00:00
fix: move to parent dir after wheel build
This commit is contained in:
parent
f4e7cdb04a
commit
a4cd403079
2
.github/workflows/python-packaging.yaml
vendored
2
.github/workflows/python-packaging.yaml
vendored
@ -161,6 +161,8 @@ 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: |
|
||||
|
Loading…
Reference in New Issue
Block a user