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
{{ message }}
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
Per @nutjob4life in NASA-PDS/roundup-action#66, the dev -> SNAPSHOT naming changes made in #37 aren't valid! PEP 440 won't allow SNAPSHOT in the version string. It'll parse as a legacy version string and get rejected.
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
Per @nutjob4life in NASA-PDS/roundup-action#66, the
dev
->SNAPSHOT
naming changes made in #37 aren't valid! PEP 440 won't allowSNAPSHOT
in the version string. It'll parse as a legacy version string and get rejected.We need to change the SNAPSHOT version string back to
dev
.The text was updated successfully, but these errors were encountered: