Skip to content

[Entrypoints] Support centralized deployment addition to distributed deployment #261

[Entrypoints] Support centralized deployment addition to distributed deployment

[Entrypoints] Support centralized deployment addition to distributed deployment #261

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