Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions HOWTORELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ taking a lot of time to make a new one.

#. After all tests pass and the PR has been approved, publish to PyPI by pushing the tag::

git tag <VERSION>
git push git@github.com:pytest-dev/pytest.git <VERSION>

Wait for the deploy to complete, then make sure it is `available on PyPI <https://pypi.org/project/pytest>`_.

#. Merge the PR into ``master``.

#. Send an email announcement with the contents from::

doc/en/announce/release-<VERSION>.rst
Expand Down