fix artifacts upload ?

This commit is contained in:
Mathieu Broillet 2024-08-28 16:30:46 +02:00
parent cf73da1c88
commit 591c257151
Signed by: mathieu
GPG Key ID: A08E484FE95074C1

View File

@ -50,16 +50,14 @@ jobs:
# Step 5: Copy bitsandbytes wheel artifact to host # Step 5: Copy bitsandbytes wheel artifact to host
- name: Copy bitsandbytes wheel to host - name: Copy bitsandbytes wheel to host
run: | run: |
mkdir -p /tmp/bitsandbytes/dist mkdir -p /tmp/bitsandbytes/
docker cp prebuilt-container:/tmp/bitsandbytes/dist/ /tmp/bitsandbytes/dist/ docker cp prebuilt-container:/tmp/bitsandbytes/dist/ /tmp/bitsandbytes/
ls -l /tmp/bitsandbytes/dist/
# Step 6: Copy llama-cpp-python wheel artifact to host # Step 6: Copy llama-cpp-python wheel artifact to host
- name: Copy llama-cpp-python wheel to host - name: Copy llama-cpp-python wheel to host
run: | run: |
mkdir -p /tmp/llama-cpp-python/dist mkdir -p /tmp/llama-cpp-python/
docker cp prebuilt-container:/tmp/llama-cpp-python/dist/ /tmp/llama-cpp-python/dist/ docker cp prebuilt-container:/tmp/llama-cpp-python/dist/ /tmp/llama-cpp-python/
ls -l /tmp/llama-cpp-python/dist/
# Step 7: Upload bitsandbytes wheel artifact # Step 7: Upload bitsandbytes wheel artifact
- name: Upload bitsandbytes wheel - name: Upload bitsandbytes wheel