Last active
June 27, 2019 08:43
-
-
Save joshy/c85c8a3bf6cc42594f7d92d6f6b6f8c3 to your computer and use it in GitHub Desktop.
upload to pypi
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
# 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