bytecodealliance / wasi-nn

High-level bindings for wasi-nn system calls
Apache License 2.0
44 stars 33 forks source link

Create a script for tagging releases #8

Open abrown opened 3 years ago

abrown commented 3 years ago

And, if possible, publish the packages automatically.

brianjjones commented 3 years ago

I'll look into this some more, but it might not be possible due to publish/tag requiring username and keys to do it. Or at least its not a script I'd put into the repo since it would only work for people with write access.

abrown commented 3 years ago

Couldn't the script live in the repo and one of us just runs it on a system with the right credentials configured?