From 2fb4e9532e55ca12d05373f0a1b53f50cdf919d6 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Thu, 31 Aug 2017 23:05:45 +0200 Subject: [PATCH] fix release.rst instructions for conda-forge SHA checksum [skip ci] --- docs/release.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/release.rst b/docs/release.rst index 39fccd233..b31bbe97e 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -14,8 +14,9 @@ To release a new version of pybind11: - ``python setup.py sdist upload``. - ``python setup.py bdist_wheel upload``. - 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 + - 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``