Skip to content

Commit 25f51b4

Browse files
authored
Merge pull request #198 from krassowski/patch-1
[squash] Fix formatting
2 parents 57328b4 + 26057ce commit 25f51b4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/source/how_to_guides/convert_repo.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ A. Prep the `jupyter_releaser` fork:
2323
_Note_ For security reasons, it is recommended that you scope the access
2424
to a single repository, and use a variable called `PYPI_TOKEN_MAP` that is formatted as follows:
2525

26-
```text
27-
owner1/repo1,token1
28-
owner2/repo2,token2
29-
```
26+
```text
27+
owner1/repo1,token1
28+
owner2/repo2,token2
29+
```
3030

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:
3232

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+
```
3737

3838
- [ ] If needed, add access token for [npm](https://docs.npmjs.com/creating-and-viewing-access-tokens), saved as `NPM_TOKEN`.
3939

0 commit comments

Comments
 (0)