Skip to content

Commit c193e6c

Browse files
committed
docs
1 parent d33d666 commit c193e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
To make a new release of pytest-mpl follow the following steps:
44

55
* Update the chanelog with the date of the release, and ensure that all relevant PRs have changelog entries.
6-
* Update the version number in setup.cfg
76
* Push the chanelog to master (via a PR)
87
* Ensure the sdist and wheel GitHub Actions jobs succeeded on master after the merge of the changelog.
8+
* Also ensure that the tarball built has an autogenerated version number from setuptools_scm.
99
* Tag the new release, using the format `vX.Y.X`.
1010
* Push the tag with `git push upstream master --follow-tags`
1111
* Watch as GitHub actions builds the sdist and universal wheel and pushes them to PyPI for you.

0 commit comments

Comments
 (0)