Created
February 3, 2018 19:53
-
-
Save post2web/3f07719b45a80ec4eb4431f318ae0318 to your computer and use it in GitHub Desktop.
update pip package
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
| pip install -U pip setuptools twine | |
| Edit ~/.pypirc and comment out or remove repository: | |
| [pypi] | |
| #repository:https://pypi.python.org/pypi | |
| Use twine to upload your module to pypi from within the folder containing the module source, setup.py, and other files: | |
| 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