EthanJamesLew / AutoKoopman

AutoKoopman - automated Koopman operator methods for data-driven dynamical systems analysis and control.
GNU General Public License v3.0
53 stars 10 forks source link

Versioning and Automatic Deployment #66

Closed EthanJamesLew closed 1 year ago

EthanJamesLew commented 1 year ago

Setup versioneer for automatic versioning--when tagged releases are created on GH, it will assign the correct version to the python package. Then, a GH action will publish them on Test PyPI and PyPI.

closes #65