We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b60167 commit f49af81Copy full SHA for f49af81
TODO.txt
@@ -21,11 +21,13 @@ about `bdist_wheel`.
21
See that pycparser is importable in the Python interpreter of this virtualenv;
22
run pycparser tests from this virtualenv.
23
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).
+To upload to PyPI, get a virtualenv with twine installed (e.g.
+~/bin/venv/py3-twine) and run from it:
26
+
27
+ $ python -m twine upload dist/*
28
29
- Tag in git. When pushing to GitHub, git push --tags
-- Create new GitHub release (?)
30
+- Create new GitHub release
31
32
Misc
33
----
0 commit comments