Skip to content

Commit

Permalink
fix ReST
Browse files Browse the repository at this point in the history
  • Loading branch information
shamrin committed Nov 21, 2024
1 parent 6ddce70 commit dc45334
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ Release Guidelines
------------------------
Some steps for releasing a new version:

1. Update the version in `__version__.py`
1. Update the version in ``__version__.py``
2. Add an entry to the CHANGELOG.rst file
3. `git tag vX.Y.Z`
4. `git push master`
5. `git push --tags`
3. ``git tag vX.Y.Z``
4. ``git push master``
5. ``git push --tags``
6. `Draft and publish`_ a new release.
7. Check that package is automatically published to `PyPI`_ via `GitHub action`_.

Expand Down

0 comments on commit dc45334

Please sign in to comment.