Skip to content

Instantly share code, notes, and snippets.

@realsby
Created October 24, 2018 13:02
Show Gist options
  • Save realsby/bbd40ef358723cc05ef2605e66337a2e to your computer and use it in GitHub Desktop.
Save realsby/bbd40ef358723cc05ef2605e66337a2e to your computer and use it in GitHub Desktop.
Make package and relase it
pip install twine
python setup.py sdist
twine upload dist/PACKAGE-1.1.0.tar.gz -u realsby -p Bassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment