dgzlopes / cloud-detect

Module that determines a host's cloud provider.
https://pypi.org/project/cloud-detect/
MIT License
35 stars 13 forks source link

Automate the release process #16

Open dgzlopes opened 2 years ago

dgzlopes commented 2 years ago

Right now, I run make publish locally, to build and push each new release to PyPI.

All this could be automated with a Github Action triggered on new releases.