Created
August 25, 2019 19:12
-
-
Save mardix/00fa3606f56fa9e5ab87b1f4d30e4bc6 to your computer and use it in GitHub Desktop.
To release pypi package
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
# To release pypi package | |
alias pypi-publish='python setup.py register -r pypi && python -m twine upload dist/*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment