Skip to content

Commit d579f5e

Browse files
Update project_publishing.md
1 parent 674548b commit d579f5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

episodes/project_publishing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ We need to install the following tools i.e. `build` and `twine`
6767

6868
## Create an account on TestPyPI
6969
Visit this [URL](https://test.pypi.org/account/register/) and crete an account to generate the API keys, to be able to upload your package to TestPyPI in the next step.
70-
70+
Once you create your account, you can visit this [link](https://test.pypi.org/manage/account/token/) to generate the API key. Please copy the same in a notepad and paste it when prompted for it in the next step below.
71+
<img width="1726" height="625" alt="image" src="https://github.com/user-attachments/assets/0c27a806-8fa2-469a-8b5c-fbf73c47e5e6" />
72+
7173
## Upload your build
7274
`twine` :A tool for securely uploading packages to PyPI and TestPyPI.
7375
```bash

0 commit comments

Comments
 (0)