Currently when creating new package versions, all packaging/building/uploading steps have to be done manually.
This can be integrated into github workflows via twine: https://pypi.org/project/twine/
Description of a solution
Setup github workflow and secrets to automatically upload package to pypi and update documentation on readthedocs.
Description of the problem
Currently when creating new package versions, all packaging/building/uploading steps have to be done manually. This can be integrated into github workflows via twine: https://pypi.org/project/twine/
Description of a solution
Setup github workflow and secrets to automatically upload package to pypi and update documentation on readthedocs.
Minimum acceptance criteria