NASA-PDS / roundup-action

Do a "roundup", a/k/a PDS-style continuous integration and delivery
Apache License 2.0
1 stars 4 forks source link

Revert Python snapshot naming for PEP 440 compliance #68

Closed MJJoyce closed 2 years ago

MJJoyce commented 2 years ago

Revert the dev to SHAPSHOT changes in #61 and #63. Using SNAPSHOT in the version string is not PEP 440 compliant and results in rejection of releases when pushing them to PyPI. This requires the changes in NASA-PDS/pds-github-util#44.

Resolve #66