From 2abd7e1eb48ce8549b936a3e19581ce82256a20f Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Sat, 21 Sep 2019 20:22:33 +0200 Subject: [PATCH] updated release.rst to remove parts that are now automated --- docs/release.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/release.rst b/docs/release.rst index b31bbe97e..9846f971a 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -13,10 +13,6 @@ 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) via PR - - download release package from Github: ``wget https://github.com/pybind/pybind11/archive/vX.Y.Z.tar.gz`` - - compute checksum: ``shasum -a 256 vX.Y.Z.tar.gz`` - - change version number and checksum in ``recipe/meta.yml`` - Get back to work - Update ``_version.py`` (add 'dev' and increment minor). - Update version in ``docs/conf.py``