Created
June 22, 2020 23:08
-
-
Save brinnaebent/240358989a98c403c32db3586022bf18 to your computer and use it in GitHub Desktop.
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 ## Only the first time you do this | |
#Repeat this every time you update your directory | |
$ cd local_package_directory | |
$ python setup.py sdist | |
$ twine upload dist/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment