python / release-tools

Scripts for making (C)Python releases
39 stars 32 forks source link

Further automate build and release process #108

Open sethmlarson opened 5 months ago

sethmlarson commented 5 months ago

We also have partially automated the release process in GitHub Actions but haven't reached the level of automation that we have for Windows and Azure Pipelines.

Currently run_release requires humans to click around in the GitHub UI to manually execute the GitHub workflow, which wasn't the case before. We also lost the automatic local testing step in favor of testing on GitHub Actions, but local assurance is good to have for RMs.

cc @ambv