Skip to content

Commit

Permalink
Fix document about release process
Browse files Browse the repository at this point in the history
  • Loading branch information
perastov committed Sep 26, 2023
1 parent 4052fff commit 1862d15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/dev/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ An author of a merge request must to the following:
#. Bump version using :ref:`rules <release-process>`. 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
Expand Down
2 changes: 1 addition & 1 deletion docs/user/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 1862d15

Please sign in to comment.