【发布时间】:2019-01-31 15:15:21
【问题描述】:
我已将我的 Python 包上传到 PyPI。 但是现在我制作了我的包的新版本,需要上传它。 我试图取得与第一次上传包时相同的进展。 但是给我这个错误:
HTTPError: 400 Client Error: File already exists. See https://pypi.org/help/#file-name-reuse for url: https://upload.pypi.org/legacy
现在,如何上传新版本没有任何错误?!
【问题讨论】:
-
我需要删除现存的
./dist来上传我的新版本
标签: python python-3.x package pypi twine