Skip to content

Instantly share code, notes, and snippets.

@joshy
Last active June 27, 2019 08:43
Show Gist options
  • Save joshy/c85c8a3bf6cc42594f7d92d6f6b6f8c3 to your computer and use it in GitHub Desktop.
Save joshy/c85c8a3bf6cc42594f7d92d6f6b6f8c3 to your computer and use it in GitHub Desktop.
upload to pypi
# build the damn thing
* python setup.py sdist bdist_wheel
# check
* twine check dist/*
# upload to test.pypi.org and check there
* twine upload --repository testpypi dist/*
# upload for real
* twine upload dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment