Skip to content

Commit 390d841

Browse files
Merge pull request #4 from da5nsy/main
formatting and punctuation
2 parents 5b761be + c6c0307 commit 390d841

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

episodes/6_extra.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ You can check the example project [here](https://github.com/priya-gitTest/greet_
5353

5454
## Yank and Un-yank
5555
Occasionally, a release may contain an error or be uploaded by mistake. While PyPI and TestPyPI don’t allow deleting releases for security and reproducibility reasons, you can mark a specific version as yanked.
56-
Yanked releases remain accessible for reproducibility but are ignored by default when users install packages with `pip install <package-name>`
56+
Yanked releases remain accessible for reproducibility but are ignored by default when users install packages with `pip install <package-name>`.
57+
58+
Steps to Yank a version of your Python Package:
5759

58-
Steps to Yank a version of your Python Package :
5960
- Log into your PyPI or TestPyPI account
60-
- Click on the your Projects from the top right location under your **<<user name>>**.
61+
- Click on the your Projects from the top right location under your user-name.
6162
<img width="708" height="439" alt="image" src="https://github.com/user-attachments/assets/25d8773a-1912-407c-8338-8e3d10150328" />
6263

6364
- Select the right project /package from the options shown and click on the **Manage** button.
@@ -81,7 +82,7 @@ Steps to Yank a version of your Python Package :
8182
<img width="1215" height="128" alt="image" src="https://github.com/user-attachments/assets/a70a221f-a1e2-49d8-bf43-5664acc4067d" />
8283

8384

84-
You can read more about Yanking [here](https://docs.pypi.org/project-management/yanking/) and related PEP 592 specification [here](https://peps.python.org/pep-0592/)
85+
You can read more about Yanking [here](https://docs.pypi.org/project-management/yanking/) and related PEP 592 specification [here](https://peps.python.org/pep-0592/).
8586

8687
::::::::::::::::::::::::::::::::::::: keypoints
8788
- Define tasks such as `start` in your `pixi.toml` or `pyproject.toml`.

0 commit comments

Comments
 (0)