Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 172bf35

Browse files
committed
Add conda upload release instructions
1 parent a267aaa commit 172bf35

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

RELEASE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@ Build and upload
2727
$ python setup.py upload
2828
```
2929

30+
## Release jupyterlab-dash to anaconda cloud
31+
From a conda environment, install `anaconda-client`.
32+
33+
Run `anaconda login` from the terminal and enter the plotly channel credentials.
34+
35+
Build the conda package
36+
```
37+
$ conda build recipe/
38+
```
39+
40+
Upload conda package by running the `anaconda upload ...` command displayed at
41+
then end of the conda build command above.
42+
3043
## Release jupyterlab-dash to NPM
3144
First [install yarn](https://yarnpkg.com/lang/en/docs/install/).
3245

0 commit comments

Comments
 (0)