summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2017-07-04 15:19:24 -0700
committerEli Bendersky <eliben@gmail.com>2017-07-04 15:19:24 -0700
commit3c86ff4d91a1cf58ff0cc5cfadd9d9d7056583a8 (patch)
treef4b572afe0c4d29402b19bae3bd46b2ac2fe983d /TODO.txt
parent6162a219bff99cb4999f984cd44fcf6bd5d8bfc8 (diff)
downloadpycparser-3c86ff4d91a1cf58ff0cc5cfadd9d9d7056583a8.tar.gz
Add clarification about making releases in TODO.txt
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 86747d2..3737893 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -19,7 +19,8 @@ Now create a new virtualenv and in it install the tarball with
`pip install <tarballname>`. See that pycparser is importable in the Python
interpreter of this virtualenv; run pycparser tests from this virtualenv.
-After this it's OK to rerun `python setup.py sdist upload` to push to PyPI.
+After this it's OK to rerun `python3.6 setup.py sdist upload` to push to PyPI
+(older Pythons use a deprecated API for PyPI uploading).
- Tag in git. When pushing to GitHub, git push --tags