From 75b74b0668ff32387246c5a76bffc208c521a57a Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Wed, 22 Mar 2023 10:37:52 -0700 Subject: [PATCH] PyPI: clarify case where owner can't be removed If you can't remove your owner-user, it means you didn't give openstackci owner access. Make the docs explicitly say that. Change-Id: Iadb8f2f4061bab374a00951e00e5ca45c83c144a --- doc/source/creators.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/creators.rst b/doc/source/creators.rst index fd04a51..aa0dc74 100644 --- a/doc/source/creators.rst +++ b/doc/source/creators.rst @@ -148,6 +148,11 @@ the remove button beside your username in the list. :height: 476 :width: 800 +If you are unable to remove your user after following these steps, please +ensure you have configured the "openstackci" user to have "Owner" permissions, +as mentioned above. PyPI will not permit you to remove yourself as an owner if +there are no other owners configured for the package. + Adding the Project to the CI System ===================================