Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
Add conda upload release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Mar 24, 2019
1 parent a267aaa commit 172bf35
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down

0 comments on commit 172bf35

Please sign in to comment.