python-build-standalone
python-build-standalone copied to clipboard
`just release` should be idempotent
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?