Skip to content

Instantly share code, notes, and snippets.

@brinnaebent
Created June 22, 2020 23:08
Show Gist options
  • Save brinnaebent/240358989a98c403c32db3586022bf18 to your computer and use it in GitHub Desktop.
Save brinnaebent/240358989a98c403c32db3586022bf18 to your computer and use it in GitHub Desktop.
$ 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