python/release-tools

Post-release-branch update of main fails to update a few things

Yhg1s opened this issue · 0 comments

Yhg1s commented

The post-release-branch update of main, where it bumps the Python version number, failed to update a few things, which broke CI (https://github.com/python/cpython/actions/runs/5049581081). At the very least:

  • configure wasn't regenerated after configure.ac was updated.
  • PC/pyconfig.h wasn't updated with the right .lib files (python/cpython#104755)

There also seem to be a few test failures from the version bump, which may or may not be the release script's fault, but certainly should have been caught before pushing to main. The release script should probably update main and run its tests while waiting for the binary artifacts...