diff --git a/developer/release.rst b/developer/release.rst index cfde49c..1caf136 100644 --- a/developer/release.rst +++ b/developer/release.rst @@ -5,7 +5,7 @@ If you are developing a Python package containing colcon extensions you might wa Commonly that involves bumping the version number and tagging the commit with that version. Commonly Python packages are released to PyPI following the `packaging instructions for Python projects `_. -For colcon packages the recommendation is to use `publish-python `_ which not only uploads a wheel to PyPI but also creates and uploads Debian packages. +For colcon packages the recommendation is to use `publish-python `_ which not only uploads a wheel to PyPI but also creates and uploads Debian packages. First-time setup ---------------- @@ -17,7 +17,7 @@ Before using ``publish-python`` you need to do the following: * Configure credentials for packagecloud.io and request to be added as a contributor to the `colcon repository `_ * Create a configuration file for your package -For details please see the `publish-python documentation `_. +For details please see the `publish-python documentation `_. Example configuration file ``publish-python.yaml``: