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

We can't use "SNAPSHOT" in Python packaging #66

Closed nutjob4life closed 2 years ago

nutjob4life commented 2 years ago

🐛 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.

MJJoyce commented 2 years ago

Darth_Vader_Noooo_Banner

MJJoyce commented 2 years ago

Note, in addition the updates in NASA-PDS/pds-github-util#44 we need to revert the naming changes from #61 and #63