motiwari / BanditPAM

BanditPAM C++ implementation and Python package
MIT License
647 stars 38 forks source link

Change github actions that upload wheels to upload to TestPyPI on PR update, and PyPI on release #256

Closed motiwari closed 1 year ago

motiwari commented 1 year ago

Right now, both TestPyPI and PyPI actions trigger on release and we govern which one executes by commenting/uncommenting out the correct lines of code. We should automate this.

Example