How to remove a package from Pypi
How do I remove a package from Pypi?
I uploaded a package to Pypi several months ago. The package is now obsolete and I'd like to formally remove it. I cannot find any documentation on how to remove my package.
Solution 1:
- Login.
- Go to your packages.
- Check the "remove" checkbox for the particular package.
- Click "Remove" button.
Solution 2:
New PYPI Website
- Login to pypi.org
- Go to releases
- Click
delete
on options dropdown - Enter the version number confirm
- Click
Delete Release
to delete the release.
original answer
Login in to pypi, select the required package from Your packages
To delete only a version of the package.
select Remove?
check box on the individual package version that you want to delete, and click remove.
To delete the package completely
Scroll down until you see the red box saying Do NOT use this button and click Remove this project completely and on the next page, confirm your action. Don't forget that, there is no undo option.