indygreg / python-build-standalone

Produce redistributable builds of Python
BSD 3-Clause "New" or "Revised" License
1.71k stars 107 forks source link

`just release` should be idempotent #253

Open charliermarsh opened 2 months ago

charliermarsh commented 2 months ago

If you run just release twice, gh release create --prerelease --notes TBD --title {{ tag }} --target {{ commit }} {{ tag }} will fail the second time, since the release already exists. Can we make it robust to repeated invocations with the same data?