Skip to content

Commit

Permalink
ci: 🔧 Add jupyter releaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendrapaipuri committed Oct 11, 2023
1 parent 53f87c2 commit 39d628d
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 @@ -148,3 +148,17 @@ omit = [
# Unused files
"*/site-packages/*"
]

[tool.jupyter-releaser.options]
version-cmd = "hatch version"
dist-dir = "dist"
npm-install-options = "--legacy-peer-deps"
release-message = "[ci skip] Publish {version}"
tag-message = "[ci skip] Release {tag_name}"

[tool.jupyter-releaser.hooks]
before-build-npm = [
"pip install 'jupyterlab>=3.0.0,<4'",
"jlpm",
"jlpm run build:prod",
]

0 comments on commit 39d628d

Please sign in to comment.