Skip to content

Commit

Permalink
Update TODO with distribution testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Nov 6, 2021
1 parent b400c00 commit 7593f34
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 7593f34

Please sign in to comment.