Skip to content

Instantly share code, notes, and snippets.

@dceoy
Created May 15, 2017 15:55
Show Gist options
  • Select an option

  • Save dceoy/62a467a492d928d3fdb5d259804884b7 to your computer and use it in GitHub Desktop.

Select an option

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