We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0724099 commit 033a5abCopy full SHA for 033a5ab
README.rst
@@ -107,11 +107,11 @@ Doing a release
107
108
In parent directory on Ian's machine see USE_THIS_FOR_PYPI_RELEASE.txt. The short form:
109
110
- $ # edit setup.py to bump the version number
111
- $ git tag -a v1.0.1 -m 'v1.0.1 release'
112
- $ git push origin --tags
113
- $ ianozsvald-twitter-text-python $ python setup.py sdist register upload -r http://pypi.python.org/pypi
114
- $ # this uses ~/.pypirc with cached login details
+ $ # edit setup.py to bump the version number
+ $ git tag -a v1.0.1 -m 'v1.0.1 release'
+ $ git push origin --tags
+ $ ianozsvald-twitter-text-python $ python setup.py sdist register upload -r http://pypi.python.org/pypi
+ $ # this uses ~/.pypirc with cached login details
115
116
117
License
0 commit comments