Skip to content

Commit

Permalink
Update instructions to release. Release 2.20 was pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Mar 4, 2020
1 parent 6290cb4 commit 0055fac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ pycparser v2.20
.. image:: https://travis-ci.org/eliben/pycparser.png?branch=master
:align: center
:target: https://travis-ci.org/eliben/pycparser

.. image:: https://ci.appveyor.com/api/projects/status/wrup68o5y8nuk1i9?svg=true
:align: center
:target: https://ci.appveyor.com/project/eliben/pycparser/

.. contents::
:backlinks: none

Expand Down
2 changes: 1 addition & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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.

After this it's OK to rerun `python3.6 setup.py sdist upload` to push to PyPI
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).

- Tag in git. When pushing to GitHub, git push --tags
Expand Down

0 comments on commit 0055fac

Please sign in to comment.