Skip to content

Commit 09f338e

Browse files
committed
differences for PR #4
1 parent b429fef commit 09f338e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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`.

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"episodes/3_project_structure.md" "87b1b68c32c6f33872ac28ade50d588a" "site/built/3_project_structure.md" "2025-10-26"
1010
"episodes/4_project_metadata.md" "f4b8e43a505f392e1e02fff49aef6a6c" "site/built/4_project_metadata.md" "2025-10-26"
1111
"episodes/5_project_publishing.md" "147c4e7eb4bc1e53106abf0e4eb33530" "site/built/5_project_publishing.md" "2025-10-26"
12-
"episodes/6_extra.md" "1844d4acff0d9d2fdc8b64c65460faa0" "site/built/6_extra.md" "2025-10-26"
12+
"episodes/6_extra.md" "f1c17957fa1cdc0d930a692dce5f2244" "site/built/6_extra.md" "2025-10-27"
1313
"instructors/instructor-notes.md" "cae72b6712578d74a49fea7513099f8c" "site/built/instructor-notes.md" "2025-10-21"
1414
"learners/setup.md" "119e814e2e79cab4854223b577a47b52" "site/built/setup.md" "2025-10-25"
1515
"learners/reference.md" "51ea726df97784faf3e205d7d7db8fe5" "site/built/reference.md" "2025-10-25"

0 commit comments

Comments
 (0)