We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940cc97 commit e87fa51Copy full SHA for e87fa51
getting-started/setup-building.rst
@@ -531,6 +531,10 @@ validate if the change can be made or not.
531
with native extensions and other tools that interact with the Python interpreter.
532
See the documentation about the :ref:`release candidate <rc>` phase.
533
534
+When the PR check fails, the associated run will have the updated ABI file
535
+attached as an artifact. After release manager approval, you can download and
536
+add this file into your PR to pass the check.
537
+
538
You can regenerate the ABI file by yourself by invoking the ``regen abidump``
539
Make target. Note that for doing this you need to regenerate the ABI file in
540
the same environment that the GitHub CI uses to check for it. This is because
0 commit comments