lifeomic / phc-sdk-py

The phc-sdk-py is a developer kit for interfacing with the PHC API on Python 3.8 and above.
https://lifeomic.github.io/phc-sdk-py/index.html
MIT License
1 stars 2 forks source link

Fix PyPI publishing #168

Closed cluebbehusen closed 2 years ago

cluebbehusen commented 2 years ago

The pypi Github environment does not support publishing via tags, so the current implementation does not work for publishing anymore. With this change, a new version will publish whenever the version string in phc/version.py is updated and that change is merged into master.