diff --git a/docs/release.rst b/docs/release.rst index 305b70772..43934ecf3 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -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).