Created
January 18, 2019 10:19
-
-
Save pgjones/cc90e73ba8933e26bc6391efe7df503f to your computer and use it in GitHub Desktop.
RELEASE - simple instructions to build and release a Python project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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