Skip to content

[X] Build vLLM (v0.5.5) #6

[X] Build vLLM (v0.5.5)

[X] Build vLLM (v0.5.5) #6

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: sasha0552/pascal-pkgs-ci/.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 / [X] Build vLLM (v0.5.5)

Invalid workflow file

The workflow is not valid. .github/workflows/vllm-pascal-0.5.5.yml (Line: 36, Col: 5): Unexpected value 'uses'
on:
workflow_dispatch: