Skip to content

Commit

Permalink
Merge branch 'master' into isolated-build
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Feb 28, 2021
2 parents fb2662a + 6ef786e commit a78e26a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ is pushed. A new tag can be pushed with::

pipx run --spec="zest.releaser[recommended]>=6.22.1" fullrelease

You can also run the zest.releaser process manually:

1. pick a new version number!
2. update the latest version and release date in ``docs/source/NEWS.rst``.
3. update the ``__version__ = "{version}"`` in ``ldaptor/__init__.py``.
4. tag the new release ``git tag v{version} -m 'Tagging {version}'``
5. apply steps 2. through 3. for the development release version.

PyPI access is done via the HTTP API token stored in GitHub Secrets as
PYPI_GITHUB_PACKAGE_UPLOAD from
https://github.com/twisted/ldaptor/settings/secrets
Expand Down

0 comments on commit a78e26a

Please sign in to comment.