Skip to content
name: "[X] Build vLLM (v0.5.5)"
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.5.5
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.5.5-
update-index:
needs: publish
runs-on: ubuntu-latest
uses: ./.github/workflows/zz-update-index.yml@main

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

View workflow run for this annotation

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

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
on:
workflow_dispatch: