Skip to content

Commit

Permalink
📝 Update release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Jun 19, 2024
1 parent 4e2f08d commit fb15105
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All the Python packaging instructions in the `pyproject.toml` file to wrap your
> [!IMPORTANT]
> There is no need to update the version in `pyproject.toml` as it is automatically updated by `hatch` when generating the package.

3. Optional - if there is a newer release of `conda-store-ui`, update the `conda-store-ui` dependency in the package.json file.
3. Optional - if there is a newer release of `conda-store-ui`, update the `conda-store-ui` dependency in the `package.json` file.

```bash
yarn upgrade @conda-store/conda-store-ui@<version>
Expand All @@ -27,7 +27,7 @@ All the Python packaging instructions in the `pyproject.toml` file to wrap your
4. To create a Python source package (`.tar.gz`) and the binary package (`.whl`) in the `dist/` directory, do:

```bash
python -m build
hatch build
```

`python setup.py sdist bdist_wheel` is deprecated and will not work for this package.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ test = [
"pytest-cov",
"pytest-tornasync"
]
dev = ["hatch"]

[project.urls]
Homepage = "https://github.com/conda-incubator/jupyterlab-conda-store"
Expand Down

0 comments on commit fb15105

Please sign in to comment.