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
Copy file name to clipboardExpand all lines: learners/reference.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,6 @@ title: 'Reference'
27
27
28
28
**Twine**
29
29
: A command-line tool used to securely upload Python packages to the Python Package Index (PyPI) or to a private PyPI-compatible repository.
30
+
31
+
**Yank**
32
+
: A process of marking a release as problematic or soft deleting it. It was introduced via [PEP 592](https://peps.python.org/pep-0592/). The release still exists on PyPI for backwards compatability. You can install it explicitly but not by default.
0 commit comments