Guest User

Untitled

a guest
Jul 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. python setup.py sdist bdist_wheel
  2. # this works fine
  3.  
  4. twine upload dist/*
  5. # returns:
  6. Uploading distributions to https://upload.pypi.org/legacy/
  7. Enter your username: XXXXXXXXXX
  8. ItemNotFoundException: Item does not exist!
Add Comment
Please, Sign In to add comment