Skip to content

Commit b6d5ca5

Browse files
authored
update release process
1 parent c562a65 commit b6d5ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Manually update the versions to `X.Y.Z` in the files specified below.
3737
+ update the release date
3838
- `README.md`
3939
+ this must be done at this point because the README gets baked into PyPI
40-
- `plotly/_widget_version.py`:
40+
- `packages/python/plotly/plotly/_widget_version.py`:
4141
+ Update `__frontend_version__` to `^X.Y.Z` (Note the `^` prefix)
4242
- `packages/javascript/jupyterlab-plotly/package.json`
4343
+ Update `"version"` to `X.Y.Z`
@@ -65,7 +65,7 @@ The `full_build` job in the `release_build` workflow in CircleCI produces a tarb
6565

6666
To locally install the PyPI dist, make sure you have an environment with JupyterLab 3 installed (maybe one created with `conda create -n condatest python=3.10 jupyterlab ipywidgets pandas`):
6767

68-
- `tar xzf all.tgz`
68+
- `tar xzf output.tgz`
6969
- `pip uninstall plotly`
7070
- `conda uninstall plotly` (just in case!)
7171
- `pip install path/to/output/dist/plotly-X.Y.X-py3-none-any.whl`

0 commit comments

Comments
 (0)