Last active
June 27, 2018 02:29
-
-
Save james-see/94e551e65e35143f0f6fa08a60e6387f to your computer and use it in GitHub Desktop.
python setup.py cheats
This file contains hidden or 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
git tag 0.1.5 -m "Added backwards compatibility for < Python 2.2.3." | |
git push --tag | |
python setup.py register -r pypi | |
python setup.py sdist upload -r pypi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment