Created
October 24, 2018 13:02
-
-
Save realsby/bbd40ef358723cc05ef2605e66337a2e to your computer and use it in GitHub Desktop.
Make package and relase it
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
pip install twine | |
python setup.py sdist | |
twine upload dist/PACKAGE-1.1.0.tar.gz -u realsby -p Bassword |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment