tlc-pack / tlcpack

Home Page:https://tlcpack.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build and package "master"?

mshawcroft opened this issue · comments

Is there a mechanism available we can use to get these scripts to build and package master as opposed to the last release (in order to have nightly packaged builds) ?

We already use github actions to build nightly for both conda and wheel(pending support for manylinux). Checkout the workflows here https://github.com/tlc-pack/tlcpack/tree/main/.github/workflows

let us know if you are interested in adding more target platforms(e.g. arm64, we might need qemu, cross compile or an external runner though)

arm native is interesting, longer term, in the short term, Im interested in how we can use this in house on internal branches that host material prior to upstreaming.

Where do the existing nightly whl packages of master get deployed to?