- Download (or update) DockerBuild
- Download
sudo -H pip3 install DockerBuild
- Update
sudo -H pip3 install --upgrade DockerBuild
- Build docker image
cd ./docker
DockerBuild
- Open container and update code
sudo docker run -it -v $PWD:/root/workspace pypi_upload
python3 setup.py sdist bdist_wheel
twine upload dist/*