【发布时间】:2021-03-01 20:31:22
【问题描述】:
我目前正在尝试在 PyPi 上发布 Python 包。我已经构建了包和命令
twine check dist/*
也运行成功了。
现在,当我尝试通过 Twine 上传时,我收到 502 Bad Gateway Error:
Received "502: Bad Gateway" Package upload appears to have failed. Retry 5 of 5
Content received from server:
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.13.9</center>
</body>
</html>
HTTPError: 502 Bad Gateway from https://upload.pypi.org/legacy/
Bad Gateway
有什么想法吗?
【问题讨论】:
-
等一下,再试一次
标签: python pypi bad-gateway