@@ -52,7 +53,9 @@ and check that each command created exits. After your package is built
you can now upload to conda. If you are building within a docker
container chances are that their is only one conda build so you can
shorten the upload command to `anaconda upload
/opt/conda/conda-bld/linux-64/<package>*.tar.bz2`. Otherwise you will have to chose the build that is provided at the end of the ``python setup.py bdist_conda`` output.
/opt/conda/conda-bld/linux-64/<package>*.tar.bz2`. Otherwise you will
have to chose the build that is provided at the end of the ``python
setup.py bdist_conda`` output.
From some of my initial tests I was surprised that many packages
available on PyPi are not available on `conda` and thus made the