PyPI allows projects to connect to GitHub and automate publication of Python projects:
https://docs.pypi.org/trusted-publishers/
Adding this to colcon-cargo and colcon-ros-cargo would allows us to do it via GitHub actions entirely and not worry about manually uploading packages.
PyPI allows projects to connect to GitHub and automate publication of Python projects:
https://docs.pypi.org/trusted-publishers/
Adding this to
colcon-cargoandcolcon-ros-cargowould allows us to do it via GitHub actions entirely and not worry about manually uploading packages.