@@ -20,7 +20,7 @@ The process of releasing a new version involves several steps:
2020
21219 . [ Making the release] ( #making-the-release )
2222
23- 9.1. [ Tag and release to PyPi ] ( #tag-and-release-to-pypi )
23+ 9.1. [ Tag and release to PyPI ] ( #tag-and-release-to-pypi )
2424
25259.2. [ Update the release on GitHub] ( #update-the-release-on-github )
2626
@@ -94,8 +94,8 @@ make docs
9494
95951 . On the Copulas GitHub page, navigate to the [ Actions] [ actions ] tab.
96962 . Select the ` Release ` action.
97- 3 . Run it on the main branch. Make sure ` Release candidate ` is checked and ` Test PyPi ` is not.
98- 4 . Check on [ PyPi ] [ copulas-pypi ] to assure the release candidate was successfully uploaded.
97+ 3 . Run it on the main branch. Make sure ` Release candidate ` is checked and ` Test PyPI ` is not.
98+ 4 . Check on [ PyPI ] [ copulas-pypi ] to assure the release candidate was successfully uploaded.
9999
100100[ actions ] : https://github.com/sdv-dev/Copulas/actions
101101[ copulas-pypi ] : https://pypi.org/project/copulas/#history
@@ -216,7 +216,7 @@ At the end, we need to make the release. First, check if the release can be made
216216make check-release
217217```
218218
219- ### Tag and release to PyPi
219+ ### Tag and release to PyPI
220220
221221Once we are sure that the release can be made we can use different commands depending on
222222the type of release that we want to make:
@@ -236,7 +236,7 @@ the type of release that we want to make:
236236
237237### Update the release on GitHub
238238
239- Once the tag and the release to PyPi has been made, go to GitHub and edit the freshly created "tag" to
239+ Once the tag and the release to PyPI has been made, go to GitHub and edit the freshly created "tag" to
240240add the title and release notes, which should be exactly the same that we added to the HISTORY.md file.
241241
242242Finaly, close the milestone and, if it does not exit, create the next one.
0 commit comments