cmcginty / PyWeather

Bindings for Davis Vantage Pro and Pro2 weather stations, upload of weather data (e.g. wunderground.com, pwsweather.com), and meteorological calculation/conversion functions.
GNU General Public License v3.0
60 stars 34 forks source link

added two github actions #9

Closed saveriogzz closed 3 years ago

saveriogzz commented 3 years ago

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

saveriogzz commented 3 years ago

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!