Skip to content

Commit de8654d

Browse files
Update project_publishing.md
1 parent a9f5813 commit de8654d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

episodes/project_publishing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@ python -m build
6565
Successfully built greet_me-0.1.0.tar.gz and greet_me-0.1.0-py3-none-any.whl
6666
```
6767
68-
This command creates a `dist` directory containing two files:
69-
- A wheel file (`greet_me-0.1.0-py3-none-any.whl`).
70-
- A source archive (`greet_me-0.1.0.tar.gz`).
68+
This command creates a `dist` directory containing two files:
69+
- A wheel file (`greet_me-0.1.0-py3-none-any.whl`).
70+
- A source archive (`greet_me-0.1.0.tar.gz`).
7171

72-
<img width="259" height="398" alt="image" src="https://github.com/user-attachments/assets/302f502b-34ed-470e-a4e0-884b808a6ff0" />
72+
<img width="259" height="398" alt="image" src="https://github.com/user-attachments/assets/302f502b-34ed-470e-a4e0-884b808a6ff0" />
7373

7474

7575
## Create an account on TestPyPI
7676
7777
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.
7878
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.
7979
80-
<img width="1726" height="625" alt="image" src="https://github.com/user-attachments/assets/0c27a806-8fa2-469a-8b5c-fbf73c47e5e6" />
80+
<img width="1726" height="625" alt="image" src="https://github.com/user-attachments/assets/0c27a806-8fa2-469a-8b5c-fbf73c47e5e6" />
8181
8282

8383
## Upload your build

0 commit comments

Comments
 (0)