A company wants to publish FOSS Python packages on PyPi, e.g. they want to delegate the right to upload packages on their behalf to some employees.
It seems that an account in PyPi is always tied to a single person, e.g. the company would have to share the username/password with each individual that should be allowed to upload packages on the company's behalf. This is not very useful, especially when employees leave the company as they would still know the credentials for that single, shared account.
Is there some kind of solution that allows to manage PyPi users under a company account's umbrella so that a manager can add/delete users from the company account -- similar to a GitHub organization?