I created a package in PyPI named virtdc. I made some changes and uploaded 2 different versions 0.1.0 and 0.1.1. Now I deleted version 0.1.1 through the PyPI web interface and t
This worked for me:
build
dist
.egg-info
setup.py
python setup.py sdist bdist_wheel
twine upload dist/*