How to upload new versions of project to PyPI with twine?
问题 I've uploaded my Python package to PyPI. But now I made new version of my package and need to upload it. I tried to make same progress which I did when upload the package first time. but give me this error: HTTPError: 400 Client Error: File already exists. See https://pypi.org/help/#file-name-reuse for url: https://upload.pypi.org/legacy Now, how to upload new version without any error?! 回答1: PyPI does not allow for the reuse of distribution filenames (project name + version number +