Documented CheckDocumentation.

This commit is contained in:
Patrick Lehmann
2025-09-08 07:43:55 +02:00
parent a3816bfd59
commit 35dd52d018
7 changed files with 173 additions and 19 deletions

View File

@@ -167,9 +167,7 @@ python_version
:Possible Values: Any valid Python version conforming to the pattern ``<major>.<minor>`` or ``pypy-<major>.<minor>``. |br|
See `actions/python-versions - available Python versions <https://github.com/actions/python-versions>`__
and `actions/setup-python - configurable Python versions <https://github.com/actions/setup-python>`__.
:Description: Python version used as default for other jobs requiring a single Python version. |br|
In case :ref:`JOBTMPL/Parameters/Input/python_version_list` is an empty string, this version is used
to populate the version list.
:Description: Python version used to run Python code in this job.
.. _JOBTMPL/PublishOnPyPI/Input/requirements: