Bindings for Davis Vantage Pro and Pro2 weather stations, upload of weather data (e.g. wunderground.com, pwsweather.com), and meteorological calculation/conversion functions.
I have added two github actions but disable the test one as it is not yet working due to an ImportError when using pytest.. The publish action should publish the PyPi package upon creation of a release - need to create two github secrets: PYPI_USERNAME and PYPI_PASSWORD
Hi @cmcginty ! Maybe this workflow can ease your life in publishing the package on PyPi when a new release is created.. sorry for the too many commits!
I have added two github actions but disable the test one as it is not yet working due to an
ImportError
when using pytest.. Thepublish
action should publish the PyPi package upon creation of a release - need to create two github secrets:PYPI_USERNAME
andPYPI_PASSWORD