Skip to content

Instantly share code, notes, and snippets.

@pgjones
Created January 18, 2019 10:19
Show Gist options
  • Save pgjones/cc90e73ba8933e26bc6391efe7df503f to your computer and use it in GitHub Desktop.
Save pgjones/cc90e73ba8933e26bc6391efe7df503f to your computer and use it in GitHub Desktop.
RELEASE - simple instructions to build and release a Python project
rm -rf dist/ build/
python setup.py sdist
python setup.py bdist_wheel
twine upload dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment