Skip to content

Update release procedure #3909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2018
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 [email protected]: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