Release validation #11
|
What sort of testing / what things should be verified before each binary release? |
Answered by
brettcannon
Oct 20, 2025
Replies: 2 comments 4 replies
|
If we end up doing this and it's all doable from the CPython repo itself it would probably be part of general CI. We can also have a buildbot help as well (see #11 (reply in thread)). |
0 replies
Answer selected by
brettcannon
|
I worry that current CI doesn't validate well "here's a fresh install of <platform> does downloading and doing the steps on the webpage result in a working python". Two of the issues I've run into around that on similar projects:
👍 that these should be automated / in CI / a tool to run which does it for the most part. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we end up doing this and it's all doable from the CPython repo itself it would probably be part of general CI. We can also have a buildbot help as well (see #11 (reply in thread)).