Skip to content

Instantly share code, notes, and snippets.

@brettkromkamp
Created March 5, 2017 17:42
Show Gist options
  • Save brettkromkamp/5a8136d139a15e2ef8ac664fbd303183 to your computer and use it in GitHub Desktop.
Save brettkromkamp/5a8136d139a15e2ef8ac664fbd303183 to your computer and use it in GitHub Desktop.
PyPI Upload Package (+ Statistics)
python setup.py sdist bdist_wheel
twine register dist/topic-db-X.Y.Z.tar.gz
twine register dist/topic_db-X.Y.Z-py3-none-any.whl
twine upload dist/*
https://pypi.python.org/pypi/topic-db/X.Y.Z/json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment