Skip to content

Commit 14d0a6f

Browse files
committed
Use colcon fork of publish-python
Upstream appears to be abandoned.
1 parent 1852e22 commit 14d0a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

developer/release.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ If you are developing a Python package containing colcon extensions you might wa
55
Commonly that involves bumping the version number and tagging the commit with that version.
66

77
Commonly Python packages are released to PyPI following the `packaging instructions for Python projects <https://packaging.python.org/tutorials/packaging-projects/>`_.
8-
For colcon packages the recommendation is to use `publish-python <https://github.com/dirk-thomas/publish-python>`_ which not only uploads a wheel to PyPI but also creates and uploads Debian packages.
8+
For colcon packages the recommendation is to use `publish-python <https://github.com/colcon/publish-python>`_ which not only uploads a wheel to PyPI but also creates and uploads Debian packages.
99

1010
First-time setup
1111
----------------
@@ -17,7 +17,7 @@ Before using ``publish-python`` you need to do the following:
1717
* Configure credentials for packagecloud.io and request to be added as a contributor to the `colcon repository <https://packagecloud.io/dirk-thomas/colcon>`_
1818
* Create a configuration file for your package
1919

20-
For details please see the `publish-python documentation <https://github.com/dirk-thomas/publish-python/blob/main/README.rst>`_.
20+
For details please see the `publish-python documentation <https://github.com/colcon/publish-python/blob/main/README.rst>`_.
2121

2222
Example configuration file ``publish-python.yaml``:
2323

0 commit comments

Comments
 (0)