Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 528 Bytes

HowUpload.md

File metadata and controls

36 lines (25 loc) · 528 Bytes

Build docker image

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

External links

pypi packaging projects