Skip to content

Instantly share code, notes, and snippets.

@dceoy
Created May 15, 2017 15:55
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 dceoy/62a467a492d928d3fdb5d259804884b7 to your computer and use it in GitHub Desktop.
Save dceoy/62a467a492d928d3fdb5d259804884b7 to your computer and use it in GitHub Desktop.
[Linux] Upload a Python package to PyPI
python setup.py bdist_wheel
twine upload dist/*.whl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment