Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Update hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jul 5, 2021
1 parent c994bf5 commit e194978
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,10 @@
"rimraf": "^3.0.2",
"shell-quote": "^1.7.2",
"typescript": "~4.1.3"
},
"jupyter-releaser": {
"hooks": {
"before-bump-version": "python -m pip install bump2version"
}
}
}
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[build-system]
requires = ["jupyter_packaging~=0.7.9", "jupyterlab>=3.1.0b0,==3.*", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"

[tools.jupyter-releaser.hooks]
before-bump-version = ["python -m pip install bump2version"]

0 comments on commit e194978

Please sign in to comment.