From 663513cf23749c5ac9a1c321457a913661fd4722 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 14 Jun 2016 16:08:31 +0200 Subject: [PATCH] release process clarifications --- docs/release.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release.rst b/docs/release.rst index 305b7077..43934ecf 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).