We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddce70 commit dc45334Copy full SHA for dc45334
1 file changed
CONTRIBUTING.rst
@@ -64,11 +64,11 @@ Release Guidelines
64
------------------------
65
Some steps for releasing a new version:
66
67
-1. Update the version in `__version__.py`
+1. Update the version in ``__version__.py``
68
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`
+3. ``git tag vX.Y.Z``
+4. ``git push master``
+5. ``git push --tags``
72
6. `Draft and publish`_ a new release.
73
7. Check that package is automatically published to `PyPI`_ via `GitHub action`_.
74
0 commit comments