You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
🐛 Describe the bug
Argh, I thought this was familiar! Too much to keep track of! Despite all the effort we put into #62 we can't use
SNAPSHOT
in Python packaging; see https://github.com/NASA-PDS/pds-doi-service/runs/3670410132?check_suite_focus=true#step:6:1040 for an example.See https://www.python.org/dev/peps/pep-0440/#public-version-identifiers … we can have
dev
, but no snapshot.The text was updated successfully, but these errors were encountered: