Commit 33394660 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

doc: fix typos

[skip-ci]
parent 0fd10cf8
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -470,7 +470,7 @@ When `py-release` job is enabled, `py-publish` job is automatically enabled too.

### `py-publish` job

This job is **disabled by default** and allow to publish the built packages to a PyPI compatible repository ([GitLab packages](https://docs.gitlab.com/user/packages/pypi_repository/) by default.
This job is **disabled by default** and allow to publish the built packages to a PyPI compatible repository ([GitLab packages](https://docs.gitlab.com/user/packages/pypi_repository/) by default).

The Python template supports three packaging systems:

@@ -488,7 +488,7 @@ The publish job is bound to the `publish` stage, is executed on a Git tag matchi
| `PYTHON_REPOSITORY_USERNAME`| Target PyPI repository username credential                              | `gitlab-ci-token` |
| :lock: `PYTHON_REPOSITORY_PASSWORD`| Target PyPI repository password credential                              | `$CI_JOB_TOKEN` |

For information on building recommandations look (`py-package`)[/README.md#py-package-job]
For information on building recommandations look [`py-package`](/README.md#py-package-job).

#### Setuptools tip