Hey! I'm following the guide to publish your own p...
# general
s
Hey! I'm following the guide to publish your own pulumi provider, and I'm facing an issue when trying to publish to pypi.
Copy code
HTTPError: 403 Forbidden from <https://upload.pypi.org/legacy/>          
         The user 'bruno-espino' isn't allowed to upload to project             
         'pulumi-logfire'. See <https://pypi.org/help/#project-name> for more     
         information.
I don't see this project exists, is this a known issue?
b
I guess that would be a question for pypi - does it work with other names?
e
Not heard of anyone else hitting this, just have to wait for pypi team to get back to you.
s
Hey @echoing-dinner-19531 Thanks for taking a look! In the meantime, is it possible to publish the package with NPM and Go already published? https://github.com/pulumi/registry/issues/10072