Skip to content

Commit

Permalink
Another step to do.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 9, 2019
1 parent eefff3e commit 3eb56cf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/maintenance.rst
Expand Up @@ -30,13 +30,15 @@ Steps for creating a new Zope release
packages and update version information where necessary::

$ bin/checkversions buildout.cfg

.. note::

There is no version pin for `zc.buildout` as it has to be installed
in the virtual environment but `checkversions` also prints its
version number.

- Garden the change log.

- Run the tests::

$ bin/tox
Expand All @@ -63,9 +65,9 @@ Steps for creating a new Zope release
- Upload the tagged release to PyPI::

$ bin/release

or

$ git tag <TAG-NAME>
$ bin/zopepy setup.py egg_info -RDb '' sdist bdist_wheel upload --sign

Expand Down

0 comments on commit 3eb56cf

Please sign in to comment.