Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 327 Bytes

publish_notes.md

File metadata and controls

14 lines (13 loc) · 327 Bytes
  • Update the version number to the setup.py-file.

  • If there is no virtual environment, create it:

    virtualenv venv -p /usr/bin/python3
    source venv/bin/activate
    pip install twine
    
  • Run following commands:

    rm -rf dist/
    ./setup.py sdist bdist_wheel
    twine upload dist/*