You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/get_started/making_first_release.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,13 @@ already uses Jupyter Releaser.
23
23
owner2/repo2,token2
24
24
```
25
25
26
+
If you have multiple Python packages in one repository, you can point to them as follows:
27
+
28
+
```text
29
+
owner1/repo1/path/to/package1,token1
30
+
owner1/repo1/path/to/package2,token1
31
+
```
32
+
26
33
- If the repo generates npm release(s), add access token for [npm](https://docs.npmjs.com/creating-and-viewing-access-tokens), saved as `NPM_TOKEN` in "Secrets".
0 commit comments