Weights & Biases Addons is a repository consisting of additional unitilities and community contributions for supercharging your Weights & Biases workflows.
This PR adds a workflow to push to Pypi when new releases are created.
You will need to add you PyPi username and passwords as repository secrets.
Now, whenever you create a release (ideally with gh release create) a new pypi release will be done.
This helps user install wandb-addons from using pip without needing to clone and install on dev mode.
Hi @tcapelle
Thanks for the PR!
The only thing that's blocking the pypi workflow at this point is this project on pypi with the same name.
Do you have any suggestions as to how we can tackle this issue?
This PR adds a workflow to push to Pypi when new releases are created. You will need to add you PyPi username and passwords as repository secrets. Now, whenever you create a release (ideally with
gh release create
) a new pypi release will be done. This helps user install wandb-addons from usingpip
without needing to clone and install on dev mode.