Skip to content

Commit 999e832

Browse files
authored
Add missing file to manifest (#6122)
1 parent b69dc8c commit 999e832

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ include pyproject.toml
99
include setup.py
1010
include setupbase.py
1111
include Dockerfile
12+
include *.js
1213
graft tools
1314
graft notebook/tests
1415

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ npm install -g po2json
4545
### Update the version
4646

4747
```bash
48-
vim notebook/_version.py
48+
vim notebook/_version.py # update version
49+
vim pyproject.toml # update version to match
4950
python setup.py jsversion
5051
git commit -am "Release $(python setup.py --version)"
5152
git tag $(python setup.py --version)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ after-bump-version = "python setup.py jsversion"
1111
before-build-python = ["pip install babel", "npm install -g po2json"]
1212

1313
[tool.jupyter-releaser.options]
14-
ignore-glob = ["docs/source/examples/Notebook/Working With Markdown Cells.ipynb", "docs-translations/**/README.md", "docs/source/contributing.rst", "docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb", "CHANGELOG.md"]
14+
ignore-glob = ["docs/source/examples/Notebook/Working With Markdown Cells.ipynb", "docs-translations/**/README.md", "docs/source/contributing.rst", "docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb", "CHANGELOG.md", "notebook/static/components/**/*.*"]
1515

1616
[tool.tbump.version]
1717
current = "6.5.0.dev0"

0 commit comments

Comments
 (0)