From 14cefbf473d523f41938e33a8ff34bff66f37114 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 9 Mar 2016 09:56:37 +0100 Subject: [PATCH] minor fix for conda release process --- docs/release.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release.rst b/docs/release.rst index c64d0e508..d7b69c9fe 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -10,7 +10,7 @@ To release a new version of pybind11: - ``conda-build conda.recipe --output`` This should ouput the path of the generated tar.bz2 for the package - ``conda-convert --platform all [path/to/tar.bz2] -o .`` - - For each platform name, ``anaconda-upload ./platform/tarfile.tar.bz2`` + - For each platform name, ``anaconda-upload -u pybind ./platform/tarfile.tar.bz2`` - Get back to work - Update ``_version.py`` (add 'dev' and increment minor). - Update version macros in ``include/pybind11/common.h``