Skip to content

Commit c0d2685

Browse files
committed
Formatting adjustment to the note about if things go wrong
`.. note` is a Sphinx directive, not a .rst one. ---- Signed-off-by: Lydia Duncan <[email protected]>
1 parent 7fd9894 commit c0d2685

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,14 @@ Making a Release
5757
(otherwise we’ll have build issues), so it should be straight-forward to
5858
figure out how to do this
5959

60-
.. note::
61-
62-
In case of issues, the release pushing job is in
63-
.github/workflows/python-publish.yml
64-
65-
You can modify it to try and get things to work. If the issue has something
66-
to do with what was pushed to PyPI, you can adjust it to send to
67-
https://test.pypi.org/ instead and download from there. You’ll want to remove
68-
the bad version from PyPI in that case, which will require access to a user
69-
account associated with the repository on PyPI.
60+
In case of issues, the release pushing job is in
61+
.github/workflows/python-publish.yml
62+
63+
You can modify it to try and get things to work. If the issue has something to
64+
do with what was pushed to PyPI, you can adjust it to send to
65+
https://test.pypi.org/ instead and download from there. You’ll want to remove
66+
the bad version from PyPI in that case, which will require access to a user
67+
account associated with the repository on PyPI.
7068

7169
Getting Started
7270
---------------

0 commit comments

Comments
 (0)