aboutsummaryrefslogtreecommitdiffstats
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
parent6290cb4ca829c1ff1f57dbcbc4f9216d35503e32 (diff)
downloadplatform_external_python_pycparser-0055facfb5b5289ce8ef2ef12b18e34a223f9d20.tar.gz
platform_external_python_pycparser-0055facfb5b5289ce8ef2ef12b18e34a223f9d20.tar.bz2
platform_external_python_pycparser-0055facfb5b5289ce8ef2ef12b18e34a223f9d20.zip
Update instructions to release. Release 2.20 was pushed
-rw-r--r--README.rst4
-rw-r--r--TODO.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 897b772..ebf12f6 100644
--- a/README.rst
+++ b/README.rst
@@ -6,11 +6,11 @@ pycparser v2.20
.. image:: https://travis-ci.org/eliben/pycparser.png?branch=master
:align: center
:target: https://travis-ci.org/eliben/pycparser
-
+
.. image:: https://ci.appveyor.com/api/projects/status/wrup68o5y8nuk1i9?svg=true
:align: center
:target: https://ci.appveyor.com/project/eliben/pycparser/
-
+
.. contents::
:backlinks: none
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