I have made changes to package I had submitted long time back in 2015 now today I added support markdown on pypi and updated setup.py to support pip version 10,
however now I am facing a strange problem: If I run this command
python setup.py sdist upload -r http://pypi.org
Password: # I enter the password
Submitting dist/maildiff-1.2.1.tar.gz to http://pypi.org
Server response (200): OK
but on pypi its not updated. The strange part is even if I enter wrong password I get the message
Submitting dist/maildiff-1.2.1.tar.gz to http://pypi.org
Server response (200): OK
twine
to handle your PyPI management needs, and that you usetest.pypi.org
first to test your process. See packaging.python.org/tutorials/packaging-projects/… – Miliariasetup.py register
first? – Miliariatwine upload --repository-url https://pypi.org/ dist/*
I get this: Uploading maildiff-1.2.1.tar.gz 100%|██████████████████████████████████████| 16.3k/16.3k [00:01<00:00, 11.5kB/s]HTTPError: 405 Client Error: Method Not Allowed for url: https://pypi.org/
– Lutestring