Skip to content

Instantly share code, notes, and snippets.

@martinrusev
Last active May 3, 2020 12:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinrusev/1169184 to your computer and use it in GitHub Desktop.
Save martinrusev/1169184 to your computer and use it in GitHub Desktop.
Build and upload a python app to Pypi
pip install twine setuptools
python setup.py sdist build
twine upload dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment