我使用 Nexus Repository Manager OSS 3.7.1。
我试图打破即将到来的团体包裹。
我已经通过管理面板创建了组。我已将存储库添加到主机组。
我已经在 *.pypirc 文件中声明了 url 组上的地址:
[distutils]
index-servers =
nexus
nexus-master
[nexus]
repository: http://nexus.domen.com:8081/repository/pypi/
username:admin
password:admin123
[nexus-master]
repository: http://nexus.domen.com:8081/repository/pypi-master/
username:admin
password:admin123
现在我很困惑向服务器发送一个包:
python setup.py bdist_wheel upload -r nexus-master
服务器断开连接。
提交 dist\package-0.1.3.whl 到 http://nexus.domen.com:8081/repository/pypi-master/上传失败 (404): Not Found 错误: Upload failed (404): Not Found
它是如何固定的?谢谢