release process clarifications

This commit is contained in:
Wenzel Jakob 2016-06-14 16:08:31 +02:00
parent 452da8884f
commit 663513cf23
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ To release a new version of pybind11:
- ``git push --tags``.
- ``python setup.py sdist upload``.
- ``python setup.py bdist_wheel upload``.
- Update conda-forge (https://github.com/conda-forge/pybind11-feedstock)
- change version number in ``meta.yml``
- Update conda-forge (https://github.com/conda-forge/pybind11-feedstock) via PR
- change version number in ``recipe/meta.yml``
- update checksum to match the one computed by pypi
- Get back to work
- Update ``_version.py`` (add 'dev' and increment minor).