We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae1caf commit a9f753dCopy full SHA for a9f753d
BUILD.rst
@@ -3,7 +3,7 @@ Release process::
3
1. Document all changes in CHANGES.rst.
4
2. Update __version__ in __init__.py.
5
3. Update version in docs/conf.py
6
-4. Tag the version in git.
+4. Tag the version in git. (ex: git tag 4.8.2 && git push --tags)
7
5. Create a release in GitHub. https://github.com/mixpanel/mixpanel-python/releases
8
6. Rebuild docs and publish to GitHub Pages (if appropriate -- see below)
9
7. Publish to PyPI. (see below)
0 commit comments