Skip to content

Commit

Permalink
doc: update release maintenance notes
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Aug 28, 2024
1 parent 2a77060 commit 6ae86db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/development.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ uv run quarto render doc/
### Releases

- If necessary release the npm package with `npm publish` in `packages/pyobsplot-js`
- Check that the `min_npm_version` value in `.utils` is correct
- Check that the `min_npm_version` value in `utils.py` is correct
- Change version in `NEWS.md` and `pyproject.toml`
- Build the Python package with `uvx --from build pyproject-build --installer uv`
- Build the Python package with `npm run build`
- Release the Python package with `uvx twine upload dist/pyobsplot-0.X.Y*`
- Tag the version in git
- Create a release on Github
Expand Down

0 comments on commit 6ae86db

Please sign in to comment.