Skip to content

Commit

Permalink
Releaser setup
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 6, 2024
1 parent bdf2801 commit d2c6257
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,17 @@ src = "ipycanvas/_version.py"
[[tool.tbump.file]]
src = "package.json"
version_template = "\"version\": \"{major}.{minor}.{patch}{channel}{release}\""

[tool.jupyter-releaser.hooks]
before-bump-version = [
"python -m pip install hatch jupyterlab~=4.0",
]
before-build-npm = [
"python -m pip install jupyterlab~=4.0",
"jlpm",
"jlpm clean",
"jlpm build",
]
before-build-python = [
"jlpm clean",
]

0 comments on commit d2c6257

Please sign in to comment.