无法将我的 Python 包发布到 PyPi - Bad Gateway

Can't publish my Python packe to PyPi - Bad Gateway

我目前正在尝试在 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

有什么想法吗?

PyPI 有一个短暂的中断,现在应该回来了:https://github.com/pypa/warehouse/issues/9151