diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index 2fba6f5..aa4424f 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -49,9 +49,9 @@ An author of a merge request must to the following: #. Bump version using :ref:`rules `. Use ``make bump-version $NEW_VERSION``. #. Ensure everything builds nicely (``make lint test build-docs``) -Stable versions are published to PyPi manually. +Stable versions are published to Pypi using GitHub release workflow or manually. -To do that, run this once: +To do manually, run this once: .. code-block:: bash diff --git a/docs/user/install.rst b/docs/user/install.rst index b34b08a..715410f 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -29,7 +29,7 @@ Source code .. code-block:: console - $ git clone (TODO repo address) + $ git clone git@github.com:perastov/cybsi-cloud-sdk.git Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily: