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
This commit is contained in:
Jay Faulkner 2023-03-22 10:37:52 -07:00
parent dd6cc52a77
commit 75b74b0668
1 changed files with 5 additions and 0 deletions

View File

@ -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
===================================