You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-generated via `{sandpaper}`
Source : 390d841
Branch : main
Author : Priyanka O <21082240+priya-gitTest@users.noreply.github.com>
Time : 2025-10-27 07:46:42 +0000
Message : Merge pull request #4 from da5nsy/main
formatting and punctuation
Copy file name to clipboardExpand all lines: 6_extra.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,11 +53,12 @@ You can check the example project [here](https://github.com/priya-gitTest/greet_
53
53
54
54
## Yank and Un-yank
55
55
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:
57
59
58
-
Steps to Yank a version of your Python Package :
59
60
- Log into your PyPI or TestPyPI account
60
-
- Click on the your Projects from the top right location under your **<<username>>**.
61
+
- Click on the your Projects from the top right location under your user-name.
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/).
85
86
86
87
::::::::::::::::::::::::::::::::::::: keypoints
87
88
- Define tasks such as `start` in your `pixi.toml` or `pyproject.toml`.
0 commit comments