summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2021-11-06 05:47:56 -0700
committerEli Bendersky <eliben@gmail.com>2021-11-06 05:47:56 -0700
commit7593f34d742b2e3de502f28d53460190d2e42b02 (patch)
tree294d465b94ee0e2601f348654c50045473bcdfdf
parentb400c0041e1646ef51d0347622d340eba44f3af9 (diff)
downloadpycparser-7593f34d742b2e3de502f28d53460190d2e42b02.tar.gz
Update TODO with distribution testing instructions
-rw-r--r--TODO.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index f8e7968..9a9f73f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -15,8 +15,11 @@ Python files in the pycparser/ directory are OK. Check to see that lextab.py and
yacctab.py are there.
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.
+`pip install <tarballname>`. May need to install `wheel` first if seeing errors
+about `bdist_wheel`.
+
+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 -m twine upload dist/*` to push to PyPI
(older Pythons use a deprecated API for PyPI uploading).