Skip to content

Commit dc45334

Browse files
committed
fix ReST
1 parent 6ddce70 commit dc45334

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ Release Guidelines
6464
------------------------
6565
Some steps for releasing a new version:
6666

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

0 commit comments

Comments
 (0)