Skip to content

Commit 8b68d8d

Browse files
authored
Update RELEASE.md
1 parent d0870f2 commit 8b68d8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RELEASE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The process of releasing a new version involves several steps:
2020

2121
9. [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

2525
9.2. [Update the release on GitHub](#update-the-release-on-github)
2626

@@ -94,8 +94,8 @@ make docs
9494

9595
1. On the Copulas GitHub page, navigate to the [Actions][actions] tab.
9696
2. 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
216216
make check-release
217217
```
218218

219-
### Tag and release to PyPi
219+
### Tag and release to PyPI
220220

221221
Once we are sure that the release can be made we can use different commands depending on
222222
the 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
240240
add the title and release notes, which should be exactly the same that we added to the HISTORY.md file.
241241

242242
Finaly, close the milestone and, if it does not exit, create the next one.

0 commit comments

Comments
 (0)