Skip to content

Commit f2c3bd8

Browse files
committed
build: Updated notes for tags.
1 parent 867f868 commit f2c3bd8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

DEV_NOTES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@ would bump from ``0.1.0`` to ``1.0.0``.
135135
bump2version --config-file .bumpversion.cfg patch
136136
137137
138+
Now make sure you push the tag or it will not show up in GitHub:
139+
140+
.. code-block:: bash
141+
142+
git push --tags
143+
144+
138145
Once you've triple-checked everything is in ``dist/``, you can upload to PyPI.
139146

140147
.. code-block:: bash

0 commit comments

Comments
 (0)