From af21f93bd155e54f61eaedd26681c385ab17b927 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Morin Date: Sun, 9 Feb 2025 14:58:31 -0500 Subject: [PATCH] Explicitly document the behavior around yanked releases Signed-off-by: Jean-Christophe Morin --- docs/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index e41f93a..eecd993 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -589,7 +589,7 @@ Check PyPI source = "pypi" -Check `PyPI `_ for updates. +Check `PyPI `_ for updates. Yanked releases are ignored. pypi The name used on PyPI, e.g. ``PySide``. @@ -683,7 +683,7 @@ Check crates.io source = "cratesio" -Check `crates.io `_ for updates. +Check `crates.io `_ for updates. Yanked releases are ignored. cratesio The crate name on crates.io, e.g. ``tokio``.