Skip to content

Commit

Permalink
Merge pull request #394 from NexaAI/david/release
Browse files Browse the repository at this point in the history
update release page
  • Loading branch information
Davidqian123 authored Feb 18, 2025
2 parents 9678840 + 035a769 commit 54bf8a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-index-from-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Wheels Index
on:
# Trigger on new release
workflow_run:
workflows: ["Build Wheels (CPU)", "Build Wheels (CUDA)", "Build Wheels (Metal)", "Build Wheels (ROCm)", "Build Wheels (Vulkan)"]
workflows: ["Build Wheels (CPU)", "Build Wheels (CUDA)", "Build Wheels (Metal)", "Build Wheels (ROCm)", "Build Wheels (Vulkan)", "Build Wheels (SYCL)"]
types:
- completed

Expand Down Expand Up @@ -49,6 +49,7 @@ jobs:
./scripts/releases-to-pep-503.sh index/whl/metal '^[v]?[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?-metal$'
./scripts/releases-to-pep-503.sh index/whl/rocm621 '^[v]?[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?-rocm621$'
./scripts/releases-to-pep-503.sh index/whl/vulkan '^[v]?[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?-vulkan'
./scripts/releases-to-pep-503.sh index/whl/sycl '^[v]?[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?-sycl'
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 54bf8a1

Please # to comment.