我使用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):未找到错误:上传失败(404):未找到
如何修复?感谢