nikitastupin / clairvoyance

Obtain GraphQL API schema even if the introspection is disabled
Apache License 2.0
1.02k stars 92 forks source link

`cd.yml`: The user 'nikitastupin' isn't allowed to upload to project 'clairvoyance'. #42

Closed nikitastupin closed 2 years ago

nikitastupin commented 2 years ago

The pypi-push job fails with the following message:

ERROR    HTTPError: 403 Forbidden from https://upload.pypi.org/legacy/          
         The user 'nikitastupin' isn't allowed to upload to project             
         'clairvoyance'. See https://pypi.org/help/#project-name for more       
         information.

It seems that the name "clairvoyance" is already claimed by https://pypi.org/project/clairvoyance/ (https://github.com/ALSchwalm).

We may follow https://pypi.org/help/#project-name-claim and https://peps.python.org/pep-0541/#how-to-request-a-name-transfer to claim the name.

nikitastupin commented 2 years ago

I've sent an email to @ALSchwalm asking whether they'll be willing to transfer the package name to us.

nikitastupin commented 2 years ago

I've received positive response from Adam. Waiting for the transfer.

nikitastupin commented 2 years ago

Job done https://pypi.org/project/clairvoyance/

nikitastupin commented 2 years ago

@c3b5aw for some reason you're not listed as a maintainer on PyPI 🤔 Any ideas why this is so?

image