minor documentation update

This commit is contained in:
Wenzel Jakob
2016-04-07 09:06:49 +02:00
parent 95dc0695b7
commit 33c2a0494f
2 changed files with 3 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ To release a new version of pybind11:
- ``git add`` and ``git commit``.
- ``python setup.py sdist upload``.
- ``python setup.py bdist_wheel upload``.
- Tag release date in ``doc/changelog.rst``.
- Tag the commit and push to anaconda.org
- ``git tag -a X.X -m '[Release comment]'``.
- ``conda-build conda.recipe --output``