Skip to content

Commit c8a6c41

Browse files
authored
Add FAQ section about publish to npm only (#590)
1 parent 16974dd commit c8a6c41

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/source/faq/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ As a workaround, you can skip the `check-python` step with the following release
4646
skip = ["check-python"]
4747
```
4848

49+
## How to only publish to `npm`?
50+
51+
If you would like to use the Jupyter Releaser to publish to `npm` only, you can configure the releaser to skip the `build-python` step:
52+
53+
```toml
54+
[tool.jupyter-releaser]
55+
skip = ["build-python"]
56+
```
57+
4958
## My changelog is out of sync
5059

5160
Create a new manual PR to fix the PR and re-orient the changelog entry markers.

0 commit comments

Comments
 (0)