Skip to content

[feat][sdk] Support sdk documnet search all #40

[feat][sdk] Support sdk documnet search all

[feat][sdk] Support sdk documnet search all #40

Workflow file for this run

name: Build_wheel
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Download the submodule
run: |
git submodule sync --recursive
git submodule update --init --recursive
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD_FRONTEND: build
- uses: actions/upload-artifact@v4
with:
name: sdk_whl
path: ./wheelhouse/*.whl