X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-release-jobs.rst;h=e124f8cf49e96bc543a9524e5b9b59e69a8e7cff;hb=refs%2Fchanges%2F63%2F62163%2F1;hp=60ec72c1f23fe4bfb9d678dbab99c9e083a23639;hpb=83c5c2c954d49e3a61b00e9163abca1e8dfa3334;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-release-jobs.rst b/docs/jjb/lf-release-jobs.rst index 60ec72c1..e124f8cf 100644 --- a/docs/jjb/lf-release-jobs.rst +++ b/docs/jjb/lf-release-jobs.rst @@ -187,7 +187,7 @@ An example of a PyPI release file appears below. --- distribution_type: pypi pypi_project: mypackage - python_version: 3.4 + python_version: '3.4' version: 1.0.0 @@ -207,7 +207,8 @@ packages. :pypi_project: The PyPI project name at the staging and release repositories, for example "mypackage". :python_version: The Python interpreter version to use for pip - "Requires-Python" compatibility checks, for example "3" or "3.7.0". + "Requires-Python" compatibility checks, for example '3', '3.7' or 3.7.4. + Valid decimal values such as 3 and 3.7 must be quoted. :version: The semantic version string used for the package in the setup.py file.