summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2020-03-04 06:19:43 -0800
committerEli Bendersky <eliben@gmail.com>2020-03-04 06:19:43 -0800
commit0055facfb5b5289ce8ef2ef12b18e34a223f9d20 (patch)
treefb1281378dcdeaac4351efb1d50626e15fec9a8b /TODO.txt
parent6290cb4ca829c1ff1f57dbcbc4f9216d35503e32 (diff)
downloadpycparser-0055facfb5b5289ce8ef2ef12b18e34a223f9d20.tar.gz
Update instructions to release. Release 2.20 was pushedrelease_v2.20
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 3737893..d946d30 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -19,7 +19,7 @@ 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 `python3.6 setup.py sdist upload` to push to PyPI
+After this it's OK to rerun `python3.6 -m twine upload dist/*` to push to PyPI
(older Pythons use a deprecated API for PyPI uploading).
- Tag in git. When pushing to GitHub, git push --tags