You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,19 +78,6 @@ jupyter lab build
78
78
This application is distributed as two subpackages.
79
79
80
80
The JupyterLab frontend part is published to [npm](https://www.npmjs.com/package/jupyterlab-nvdashboard),
81
-
and the server-side part to [PyPI](https://pypi.org/project/jupyterlab-nvdashboard/).
81
+
and the server-side part to both [PyPI](https://pypi.org/project/jupyterlab-nvdashboard/) and [Anaconda](https://anaconda.org/rapidsai/jupyterlab-nvdashboard) ([nightlies](https://anaconda.org/rapidsai-nightly/jupyterlab-nvdashboard)).
82
82
83
-
Releases for both packages are done with the `jlpm` tool, `git` and Travis CI.
84
-
85
-
_Note: Package versions are not prefixed with the letter `v`. You will need to disable this._
86
-
87
-
```console
88
-
$ jlpm config set version-tag-prefix ""
89
-
```
90
-
91
-
Making a release
92
-
93
-
```console
94
-
$ jlpm version [--major|--minor|--patch] # updates package.json and creates git commit and tag
95
-
$ git push && git push --tags # pushes tags to GitHub which triggers Travis CI to build and deploy
96
-
```
83
+
Releases for both packages are handled by [gpuCI](https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/jupyterlab-nvdashboard/). Nightly builds are triggered when a push to a versioned branch occurs (i.e. `branch-0.5`). Stable builds are triggered when a push to the `main` branch occurs.
0 commit comments