简体   繁体   中英

Separate accounts for Pypi and TestPypi

I'm having troubles uploading my package from testpypi to PyPi

Here's the error:

HTTPError: 403 Client Error: The user 'DeepAb' isn't allowed to upload to project 'deco'. See 
https://pypi.org/help/#project-name for more information. for url: https://upload.pypi.org/legacy/

I have separate accounts for each testPypi and PyPi and the credentials were given correctly.

Do I need to make separate accounts in PyPi and TestPyPi for uploading the same package in both?

1.

I'm having troubles uploading my package from testpypi to PyPi

The user 'DeepAb' isn't allowed to upload to project 'deco'.

Seems like there is already a project with that name ( deco ) registered on PyPI :

Also read the link from the error message you posted:

2.

Do I need to make seperate accounts in PyPi and TestPyPi for uploading same package in both?

Yes.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM