File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
docs/source/how_to_guides Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ A. Prep the `jupyter_releaser` fork:
23
23
_ Note_ For security reasons, it is recommended that you scope the access
24
24
to a single repository, and use a variable called ` PYPI_TOKEN_MAP ` that is formatted as follows:
25
25
26
- ```text
27
- owner1/repo1,token1
28
- owner2/repo2,token2
29
- ```
26
+ ``` text
27
+ owner1/repo1,token1
28
+ owner2/repo2,token2
29
+ ```
30
30
31
- If you have multiple Python packages in one repository, you can point to them as follows:
31
+ If you have multiple Python packages in one repository, you can point to them as follows:
32
32
33
- ```text
34
- owner1/repo1/path/to/package1,token1
35
- owner1/repo1/path/to/package2,token1
36
- ```
33
+ ``` text
34
+ owner1/repo1/path/to/package1,token1
35
+ owner1/repo1/path/to/package2,token1
36
+ ```
37
37
38
38
- [ ] If needed, add access token for [ npm] ( https://docs.npmjs.com/creating-and-viewing-access-tokens ) , saved as ` NPM_TOKEN ` .
39
39
You can’t perform that action at this time.
0 commit comments