From 7593f34d742b2e3de502f28d53460190d2e42b02 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sat, 6 Nov 2021 05:47:56 -0700 Subject: Update TODO with distribution testing instructions --- TODO.txt | 7 +++++-- 1 file 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 `. See that pycparser is importable in the Python -interpreter of this virtualenv; run pycparser tests from this virtualenv. +`pip install `. 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). -- cgit v1.2.1