Last active
May 3, 2020 12:04
-
-
Save martinrusev/1169184 to your computer and use it in GitHub Desktop.
Build and upload a python app to Pypi
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 setuptools | |
python setup.py sdist build | |
twine upload dist/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment