Skip to content

Commit 227f466

Browse files
Update 5_project_publishing.md
1 parent 627f7c8 commit 227f466

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

episodes/5_project_publishing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,11 @@ https://test.pypi.org/project/greet-me1/0.1.7/
126126
```
127127

128128
After a successful upload, your package will be available at a URL such as: E.g. :
129-
`https://test.pypi.org/project/po-greet-me/0.1.1/`
129+
`[https://test.pypi.org/project/po-greet-me/0.1.1/](https://test.pypi.org/project/greet-me1/0.1.7/)`
130+
131+
<img width="1743" height="973" alt="image" src="https://github.com/user-attachments/assets/d41cc3d8-1d9a-4a4e-bdaa-a600fe9d2b1a" />
132+
130133

131-
<img width="1619" height="854" alt="image" src="https://github.com/user-attachments/assets/980a83e1-dfce-4902-bb85-e44d47af9088" />
132134
## Handling Errors
133135
If the package name is too similar to an existing project, TestPyPI may return a 403 Forbidden or 400 Bad Request error.
134136
In that case you may end up in an error like this :

0 commit comments

Comments
 (0)