我提前道歉,因为这似乎是一个基本问题......
我正在尝试学习使用 mujoco(链接在这里),并且在它的 python 绑定 Makefile 中它有:
upload:
rm -rf dist
python setup.py sdist
twine upload dist/*
命令有什么作用twin upload dist/*
?此外,这要求我输入这样的用户名和密码:
Uploading distributions to https://pypi.python.org/pypi
Enter your username: guest
Enter your password:
Uploading mujoco-py-0.5.7.tar.gz
HTTPError: 401 Client Error: You must be identified to edit package information for url: https://pypi.python.org/pypi
Makefile:2: recipe for target 'upload' failed
这是在询问我的计算机用户名和密码吗?