- remove jupyter_contrib_nbextensions package from environment.yml as this is no longer supported
- update the version in the setup.py file so when installing locally it has v20 associated with it
- remove download link from the setup.py file since it's not correct for the beta
- change collections import to collections.abc
- change specific class reference from collections.[class_name] to collections.abc.[class_name]
- change environment file back to specifying Python3, instead of exactly specifying 3.9
- roll version number in setup.py
- created a new 'release.yml' file which is a GH Action that is triggered by a new Published Release
- it builds python from the latest in the main branch, and then will push it to pip (that part is commented out for this first pass for testing)
Small changes to the setup.py for python-awips builds
- changed the doc url to point to our new/current doc site
- changed the author's email from mj's to support-awips
Add in logic for publishing release to pypi