Skip to content

Commit f49af81

Browse files
committed
Update release info in TODO
1 parent 5b60167 commit f49af81

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

TODO.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ about `bdist_wheel`.
2121
See that pycparser is importable in the Python interpreter of this virtualenv;
2222
run pycparser tests from this virtualenv.
2323

24-
After this it's OK to rerun `python3.6 -m twine upload dist/*` to push to PyPI
25-
(older Pythons use a deprecated API for PyPI uploading).
24+
To upload to PyPI, get a virtualenv with twine installed (e.g.
25+
~/bin/venv/py3-twine) and run from it:
26+
27+
$ python -m twine upload dist/*
2628

2729
- Tag in git. When pushing to GitHub, git push --tags
28-
- Create new GitHub release (?)
30+
- Create new GitHub release
2931

3032
Misc
3133
----

0 commit comments

Comments
 (0)