Skip to content

Commit e87fa51

Browse files
authored
Add note about the CI generated ABI file (#1104)
1 parent 940cc97 commit e87fa51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

getting-started/setup-building.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,10 @@ validate if the change can be made or not.
531531
with native extensions and other tools that interact with the Python interpreter.
532532
See the documentation about the :ref:`release candidate <rc>` phase.
533533

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+
534538
You can regenerate the ABI file by yourself by invoking the ``regen abidump``
535539
Make target. Note that for doing this you need to regenerate the ABI file in
536540
the same environment that the GitHub CI uses to check for it. This is because

0 commit comments

Comments
 (0)