Skip to content

Commit 54e374b

Browse files
authored
Merge pull request #108 from RRosio/ci_tests/sdist
Fix ```Make SDist``` CI Job by installing babel as a build dependency
2 parents 1b9499e + 00c7729 commit 54e374b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["jupyter_packaging~=0.9,<2"]
2+
requires = ["jupyter_packaging~=0.9,<2", "babel"]
33
build-backend = "jupyter_packaging.build_api"
44

55
[tool.check-manifest]
@@ -17,7 +17,7 @@ skip = ["check-links", "check-manifest"]
1717

1818
[tool.jupyter-releaser.hooks]
1919
after-bump-version = "python setup.py jsversion"
20-
before-build-python = ["pip install babel", "npm install -g po2json"]
20+
before-build-python = ["npm install -g po2json"]
2121

2222
[tool.jupyter-releaser.options]
2323
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/**/*.*"]

0 commit comments

Comments
 (0)