Skip to content

Commit 99bafb0

Browse files
committed
Remove stray characters at end of tutorial
The `publish-pypi.md` file ends with the start of code block (https://github.com/pyOpenSci/python-package-guide/blob/01de29ee6f6a08f4d1bd433ad6ea1824788c1396/tutorials/publish-pypi.md?plain=1#L403) and this causes issues when rendering the page, as per the attached screenshot. This is a tiny fix while working on the trusted publishing tutorial (#253). Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
1 parent 01de29e commit 99bafb0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tutorials/publish-pypi.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,6 @@ Once you publish on PyPI, you can then easily add your package to the conda-forg
394394
395395
You will learn how to do that in the next lesson.
396396
397-
398-
399-
400397
## Footnotes
401398
402399
[^venv]: https://docs.python.org/3/library/venv.html
403-
```

0 commit comments

Comments
 (0)