Skip to content

Commit

Permalink
Last tweaks before 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 6, 2020
1 parent 29ea33b commit da2fc7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ library to determine which lines are executable, and which have been executed.
Coverage.py runs on many versions of Python:

* CPython 2.7.
* CPython 3.5 through 3.9 alpha 4.
* PyPy2 7.3.0 and PyPy3 7.3.0.
* CPython 3.5 through 3.9 beta 4.
* PyPy2 7.3.1 and PyPy3 7.3.1.

Documentation is on `Read the Docs`_. Code repository and issue tracker are on
`GitHub`_.
Expand All @@ -30,7 +30,7 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on
.. _GitHub: https://github.com/nedbat/coveragepy


**New in 5.0:** SQLite data storage, JSON report, contexts, relative filenames,
**New in 5.x:** SQLite data storage, JSON report, contexts, relative filenames,
dropped support for Python 2.6, 3.3 and 3.4.


Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ supported on:

* Python versions 2.7, 3.5, 3.6, 3.7, 3.8, and 3.9 beta.

* PyPy2 7.3.0 and PyPy3 7.3.0.
* PyPy2 7.3.1 and PyPy3 7.3.1.

.. ifconfig:: prerelease

Expand Down
12 changes: 7 additions & 5 deletions howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,20 @@
$ make publish
- Kits:
- Start fresh:
- $ make sterile
$ make sterile
- Source kit and wheels:
- $ make kit wheel
$ make kit wheel
- Linux wheels:
- $ make kit_linux
$ make kit_linux
- Windows kits
- wait for over an hour for Appveyor to build kits.
- https://ci.appveyor.com/project/nedbat/coveragepy
- $ make download_appveyor
$ make download_appveyor
- examine the dist directory, and remove anything that looks malformed.
- check the dist directory:
$ python -m twine check dist/*
- test the pypi upload:
- $ make test_upload
$ make test_upload
- Update PyPI:
- upload kits:
- $ make kit_upload
Expand Down

0 comments on commit da2fc7d

Please sign in to comment.