You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I registered my account on pypi and want to upload the vtk python wheel created by me to pypi, but meet the following error:
$ twine upload vtk-9.0.20200612-cp38-cp38-linux_x86_64.whl
Uploading distributions to https://upload.pypi.org/legacy/
Uploading vtk-9.0.20200612-cp38-cp38-linux_x86_64.whl
100%|████████████████████████████████████████| 541M/541M [02:27<00:00, 3.85MB/s]
NOTE: Try --verbose to see response content.
HTTPError: 403 Client Error: The user 'hongyi-zhao' isn't allowed to upload to project 'vtk'. See https://pypi.org/help/#project-name for more information. for url: https://upload.pypi.org/legacy/
Any hints for this problem?
Regards.
The text was updated successfully, but these errors were encountered:
You cannot upload a wheel on pypi that you do not own or maintain, that would allow anyone to hijack the PyPI wheels. Only maintainers/owners can do so. So please do not try to upload wheels for packages you do not maintain or own on pypi.
Hi,
I registered my account on pypi and want to upload the vtk python wheel created by me to pypi, but meet the following error:
Any hints for this problem?
Regards.
The text was updated successfully, but these errors were encountered: