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

Fix Python snapshot release removal handling #61

Closed MJJoyce closed 2 years ago

MJJoyce commented 2 years ago

Update Python roundup handling so that SNAPSHOT tags are, again, removed during out build. Changes in pds-github-util updated the Python snapshot release handling to use "SHAPSHOT" like our Java releases. It was missed that the check for these tags was hard coded to "dev" here. We may want to update this in the future so it's not hard coded. Or that might be wasted worked and not matter.

This addresses one of the issues raised in #52

MJJoyce commented 2 years ago

Annnd I thought I cleared some changes out that I didn't. One moment and I'll fix this ...

Edit: Done