From be42d86ba44ea1434ba85ab0ca2e4e33f6eb3312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Defferrard?= Date: Wed, 14 Mar 2018 18:27:10 +0100 Subject: [PATCH] release: update conda feedstock --- CONTRIBUTING.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index b112891c..63604dcf 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -57,6 +57,9 @@ Making a release Log in as the LTS2 user. #. Build and upload the distribution to the real PyPI with ``make release``. +#. Update the conda feedstock (at least the version number and sha256 in + ``recipe/meta.yaml``) by sending a PR to + `conda-forge `_. Repository organization -----------------------