tlc-pack / tlcpack

https://tlcpack.ai/
Apache License 2.0
23 stars 30 forks source link

[Do not merge] Enable package uploading to PyPI using a new GitHub Action pipeline #101

Closed leandron closed 2 years ago

leandron commented 2 years ago

Add a new GitHub Action pipeline to run every night, to upload "CPU" (i.e. non-CUDA) packages to PyPI under apache-tvm namespace, using the latest code from 'main'.

cc @areusch @driazati @u99127 @Mousius

leandron commented 2 years ago

Closing this PR due to an incompatibility of using Secrets from forked repos. Thanks @driazati for the heads-up.