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: release.md
+6-10
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,7 @@ Manually update the versions to `X.Y.Z` in the files specified below.
59
59
60
60
### Download and QA CI Artifacts
61
61
62
-
The `full_build` job in the `release_build` workflow in CircleCI produces three sets of artifacts. Download all three:
63
-
64
-
1.`pypi_dist/all.tgz`
65
-
2.`conda_dist/plotly-X.Y.Z.tar.bz2`
66
-
3.`npm_dist/jupyterlab-plotly-X.Y.Z.tgz`
62
+
The `full_build` job in the `release_build` workflow in CircleCI produces a tarball of artifacts `output.tgz` which you should download and decompress, which will give you a directory called `output`. The filenames contained within will contain version numbers.
67
63
68
64
**Note: if any of the version numbers are not simply `X.Y.Z` but include some kind of git hash, then this is a dirty build and you'll need to clean up whatever is dirtying the tree and follow the instructions above to trigger the build again.** (That said, you can do QA on dirty builds, you just can't publish them.)
69
65
@@ -72,13 +68,13 @@ To locally install the PyPI dist, make sure you have an environment with Jupyter
It's more complicated to locally install the NPM bundle, as you'll need to have a JupyterLab 2 environment installed... Undocumented for now :see_no_evil:.
84
80
@@ -94,21 +90,21 @@ you can publish the artifacts. **You will need special credentials from Plotly l
0 commit comments