tenstorrent / tt-smi

Tenstorrent console based hardware information program
Apache License 2.0
18 stars 3 forks source link

Added GitHub Action workflow to build and release the Python wheels #19

Open hmohiuddinTT opened 3 months ago

hmohiuddinTT commented 3 months ago

This PR sets up a GitHub Actions workflow to automate building wheels for tt-smi using the Python build tool.

It only gets triggered on releases getting published, and on success will push the generated .whl file to the same release that triggered it.

The release tags must match the following format for the workflow to be triggered:

The generated Wheels files have been tested and verified on my fork of the project.