urbanopt / geojson-modelica-translator

GeoJSON to Modelica Translator that is focused on district energy system design and analysis.
https://www.nrel.gov/buildings/urbanopt.html
Other
18 stars 11 forks source link

Implement a PyPI release workflow #603

Closed vtnate closed 8 months ago

vtnate commented 9 months ago

Any background context you want to provide?

Releasing to PyPI has several steps that can lead to human error. What if we automated it entirely?

What does this PR accomplish?

Implements a GitHub Action to automatically publish to pypi whenever we make a release on Github.

How should this be manually tested?