Notes for Client Contributors
Pushing a new version to Pypi
This process is automated via a GitHub workflow. If one wishes to test the process, the following steps are needed:
Verify the documentation and README.md are up to date
update the version in the setup of
lomas/client/setup.py
delete
lomas/client/dist/
(if it exists)In
lomas/client/
runpython setup.py sdist
Then get the
PYPI_TOKEN
token and runtwine upload dist/* -u __token__ -p PYPI_TOKEN
Got to lomas on PyPi to check the upload