There was an error while loading. Please reload this page.
Assumes use of docker-based build enviornment with twine/setuptools_scm installed.
docker-compose run app python -c "from setuptools_scm import get_version; print(get_version())"
python setup.py sdist bdist_wheel # upload to test twine upload --repository testpypi dist/* # or ... dist/alosi/x.x.x* # upload to pypi twine upload dist/*