Skip to content

[CI] Add comprehensive testing: migration, e2e, and bench #50

[CI] Add comprehensive testing: migration, e2e, and bench

[CI] Add comprehensive testing: migration, e2e, and bench #50

Workflow file for this run

name: WHL_BUILD
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
whl_build:
runs-on: ubuntu-latest
timeout-minutes: 10
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