Mostly in place, need to add keys to publish to PyPi, also fix any issues that arise when enabling the python build / test / release pipeline in the CI
can be simple, but there might be some hidden complexities
Fork the repo, disable the tests, or allow them to fail. Add PYPI_USERNAME and PYPI_PASSWORD to your fork, and configure the pipeline to pusblish to test pypi https://test.pypi.org/ so we can test the release.
Create draft PR and tag @ryjones to add the PYPI_USERNAME and PYPI_PASSWORD to the secrets.
Mostly in place, need to add keys to publish to PyPi, also fix any issues that arise when enabling the python build / test / release pipeline in the CI
can be simple, but there might be some hidden complexities
PYPI_USERNAME
andPYPI_PASSWORD
to your fork, and configure the pipeline to pusblish to test pypi https://test.pypi.org/ so we can test the release.@ryjones
to add thePYPI_USERNAME
andPYPI_PASSWORD
to the secrets.