This PR introduces a github actions workflow to build the python package, and add it to the pypi index (permissions already setup through a linkage with github).
Additionally, the package has been renamed once installed watttime_sdk -> watttime_client
I followed this tutorial for the integration. There may be some trouble shooting to get this working, but this seems like the best practice.
This PR introduces a github actions workflow to build the python package, and add it to the pypi index (permissions already setup through a linkage with github).
Additionally, the package has been renamed once installed
watttime_sdk -> watttime_client
I followed this tutorial for the integration. There may be some trouble shooting to get this working, but this seems like the best practice.
https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/