Skip to content

Commit 5cf3e29

Browse files
committed
docs/make_a_release: Associate updated download stats with description published on PyPI
1 parent 19d81e6 commit 5cf3e29

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/make_a_release.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Setting up environment
111111

112112
.. code::
113113
114-
$ git tag --sign -m "ninja-python-distributions ${release}" ${release} origin/master
114+
$ git tag --sign -m "ninja-python-distributions ${release}" ${release} master
115115
116116
.. warning::
117117

@@ -155,6 +155,11 @@ Setting up environment
155155
rm -rf dist/* && \
156156
rmvirtualenv ninja-${release}-install-test
157157
158+
12. Publish master branch
159+
160+
.. code::
161+
162+
$ git push origin master
158163
159164
.. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/
160165
.. _virtualenv: http://virtualenv.readthedocs.io

0 commit comments

Comments
 (0)