mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Explicitly document the behavior around yanked releases
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
This commit is contained in:
parent
ca011221cf
commit
af21f93bd1
1 changed files with 2 additions and 2 deletions
|
@ -589,7 +589,7 @@ Check PyPI
|
|||
|
||||
source = "pypi"
|
||||
|
||||
Check `PyPI <https://pypi.python.org/>`_ for updates.
|
||||
Check `PyPI <https://pypi.python.org/>`_ 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 <https://crates.io/>`_ for updates.
|
||||
Check `crates.io <https://crates.io/>`_ for updates. Yanked releases are ignored.
|
||||
|
||||
cratesio
|
||||
The crate name on crates.io, e.g. ``tokio``.
|
||||
|
|
Loading…
Add table
Reference in a new issue