-
Notifications
You must be signed in to change notification settings - Fork 985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to recreate a removed pending publisher #16888
Comments
Thanks for the report @arneso-ssb. Just to confirm:
Did I get that sequence correct? Also, could you share your account event log for the relevant events? You can take a screenshot of them under "Security history" on https://pypi.org/manage/account/. |
That activity looks different than what you described, it shows removing a publisher for the |
Sorry if we were unclear. We removed the |
Got it. I think this:
should be improved by fixing #17392.
I'm unable to reproduce this. I just added/removed a pending publisher with that name twice and it worked: I also don't see any other publishers that would conflict with this. Can you confirm that when you go to https://pypi.org/manage/account/publishing/ and fill the form with the same values, you get an error? |
Describe the bug
I created a pending publisher on PyPI with these values:
Then I removed the pending publisher, since I wanted to change the package name to
wrapr
, but that didn't work since thewrapr
-name was already taken. Then I tried to recreate the pending publisher with same values as above, but then I get the error:"This trusted publisher has already been registered. Please contact PYPI's admins if this wasn't intentional"
We are two users working on this repo, usernames kss2k and arneso-ssb on PyPI. kss2k is the one with the issue.
Expected behavior
To be able to recreate the same pending publisher that was removed.
To Reproduce
See description above.
My Platform
Using Firefox version 130.0.1 on on Windows 11.
Additional context
The text was updated successfully, but these errors were encountered: