Skip to content

Add method guess_dynamic_shapes (#11) #13

Add method guess_dynamic_shapes (#11)

Add method guess_dynamic_shapes (#11) #13

Workflow file for this run

name: Build Any Wheel
on:
push:
branches:
- main
- 'releases/**'
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: build wheel
run: python -m pip wheel .
- uses: actions/upload-artifact@v4
with:
path: ./onnx_diagnostic*.whl