@@ -7,7 +7,7 @@ and provides more information on how to work with this repository.
77 ## TODO: Final Steps
88
99 Dear project author, thank you for using `fair-python-cookiecutter`!
10-
10+
1111 Before diving into your actual project work, please complete the following
1212 steps to finalize the configuration of your project repository:
1313
@@ -16,7 +16,7 @@ and provides more information on how to work with this repository.
1616 We suggest that first you familiarize yourself with the generated structure and make it "your own".
1717 The following sections of this guide provide a high-level overview, but you might want to
1818 inspect the various files to get a better understanding. A few files
19- contain **TODO** items or sections -- please complete and remove them.
19+ contain **TODO** items or sections -- please complete and remove them.
2020
2121 ### Test the tools locally
2222
@@ -434,7 +434,7 @@ but in any case this requires a bit of initial configuration.
434434
435435 The corresponding tokens can be added analogously to the `PAGES_TOKEN` for online documentation,
436436 which was explained [here](#online-documentation).
437-
437+
438438 **PyPI:**
439439
440440 - add the token as a masked CI variable called `RELEASE_TOKEN_pypi`
@@ -443,7 +443,7 @@ but in any case this requires a bit of initial configuration.
443443 **Test PyPI:**
444444
445445 - add the token as a masked CI variable called `RELEASE_TOKEN_testpypi`
446- - in `.gitlab-ci.yml`, set `release_to_testpypi: "true"`
446+ - in `.gitlab-ci.yml`, set `release_to_testpypi: "true"`
447447
448448 **Custom Package Index:**
449449
0 commit comments