You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: