soumik12345 / wandb-addons

Weights & Biases Addons is a repository consisting of additional unitilities and community contributions for supercharging your Weights & Biases workflows.
https://geekyrakshit.dev/wandb-addons/
23 stars 7 forks source link

add pypi workflow #37

Closed tcapelle closed 1 year ago

tcapelle commented 1 year ago

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.

soumik12345 commented 1 year ago

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?