From 1862d150dc81905d86789fa7c982194e83db41eb Mon Sep 17 00:00:00 2001 From: Petr Erastov Date: Tue, 26 Sep 2023 10:22:08 +0300 Subject: [PATCH] Fix document about release process --- docs/dev/contributing.rst | 4 ++-- docs/user/install.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: