Skip to content

Instantly share code, notes, and snippets.

@SebastianoF
Created September 4, 2017 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SebastianoF/5a43eec688674f1b885bf1dda77c17c1 to your computer and use it in GitHub Desktop.
Save SebastianoF/5a43eec688674f1b885bf1dda77c17c1 to your computer and use it in GitHub Desktop.
Python, upload to pypi the latest code release
# setup.py must be there
# create the latest version
python setup.py bdist_wheel
# upload to pypi
twine upload dist/<your_code_name>_<your_version>.whl -r pypi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment