-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
What's the problem this feature will solve?
I have a project (PyObjC) that generates multiple PyPI distributions/projects from a single source base. This is both for historical reasons and because a single repo makes development easier.
API tokens are currently suboptimal for this, I need to create either:
- A user-scoped token for my normal user
- A user-scoped token for a new user with limited rights
- Multiple project-scoped tokens
Describe the solution you'd like
It would be nice if it were possible to create a project-scoped token that's scoped to multiple projects.
Additional context
See above.
Note that this should IMHO have low priority, the work around with a new user with limited rights is workable for me.
dmerejkowsky, timsavage, altendky and Julian