From 172bf354498964723b930c388b520c90759f5796 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Sun, 24 Mar 2019 14:46:50 -0400 Subject: [PATCH] Add conda upload release instructions --- RELEASE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 0a89207..690ae6b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -27,6 +27,19 @@ Build and upload $ python setup.py upload ``` +## Release jupyterlab-dash to anaconda cloud +From a conda environment, install `anaconda-client`. + +Run `anaconda login` from the terminal and enter the plotly channel credentials. + +Build the conda package +``` +$ conda build recipe/ +``` + +Upload conda package by running the `anaconda upload ...` command displayed at +then end of the conda build command above. + ## Release jupyterlab-dash to NPM First [install yarn](https://yarnpkg.com/lang/en/docs/install/).