Skip to content

Instantly share code, notes, and snippets.

@wcarhart
Last active February 6, 2020 23:50
Show Gist options
  • Save wcarhart/50c4e3cea84afa563b275497a1a1bff5 to your computer and use it in GitHub Desktop.
Save wcarhart/50c4e3cea84afa563b275497a1a1bff5 to your computer and use it in GitHub Desktop.
Upload Python package to PyPI
python3 setup.py bdist_wheel
python3 -m twine upload dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment