Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit c820697

Browse files
authored
docs: Update RELEASING.md
1 parent 98be445 commit c820697

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

RELEASING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
## Before You Start
44

55
Make sure you have [PyPI](https://pypi.org) account with maintainer access to the EVA project.
6-
Create a .pypirc in your home directory.
7-
It should look like this:
6+
Create a .pypirc in your `$HOME` directory.
7+
8+
It should look like this (contain your PyPI credentials):
89

910
```
1011
[distutils]
1112
index-servers =
1213
pypi
13-
pypitest
1414
1515
[pypi]
16+
repository = https://upload.pypi.org/legacy/
1617
username=YOUR_USERNAME
1718
password=YOUR_PASSWORD
1819
```

0 commit comments

Comments
 (0)