Skip to content
name: "[X] Build vLLM (v0.6.0)"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build vLLM wheels
uses: ./.github/actions/build-vllm
with:
docker_token: ${{ secrets.GHCR_TOKEN }}
ref: v0.6.0
publish:
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Publish wheels
uses: ./.github/actions/common/publish-wheels
with:
prefix: vllm_pascal-0.6.0-
update-index:
needs: publish
runs-on: ubuntu-latest
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@main

Check failure on line 36 in .github/workflows/vllm-pascal-0.6.0.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/vllm-pascal-0.6.0.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
on:
workflow_dispatch: