Move Space Packet Parser into LASP PyPI Organization
Summary
We have a community level Organization on PyPI now, which helps to manage teams of people working on PyPI projects. We should move Space Packet Parser into the Org.
Expected Issues
- Breakage of PyPI publishing from GitHub
- Need to create a new Trusted Publisher endpoint for OIDC in new PyPI project
I'm not following what the org does. I think it is just a way of organizing/grouping projects, but doesn't change anything about the "project" itself does it?
No projects currently: https://pypi.org/org/lasp/
But, looking at Numpy as an example, I don't think anything needs to be changed, you are basically just adding a new reference I think?
numpy org: https://pypi.org/org/numpy/ numpy project: https://pypi.org/project/numpy/
I think the only issue I'm confident of is the need to recreate a new PyPI-side trusted publisher for GitHub because the trusted publishers reportedly don't follow projects when they are transferred to an Organization. But yes, on the GitHub side, hopefully no changes are required.