Skip to content

[BladeLLM] Support dispatch feature for BladeLLM (#86) #266

[BladeLLM] Support dispatch feature for BladeLLM (#86)

[BladeLLM] Support dispatch feature for BladeLLM (#86) #266

Workflow file for this run

name: whl_build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
whl_build:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Build whl
run: |
python3 -m pip install --upgrade setuptools wheel
python3 setup.py bdist_wheel --universal