We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33d666 commit c193e6cCopy full SHA for c193e6c
RELEASING.md
@@ -3,9 +3,9 @@
3
To make a new release of pytest-mpl follow the following steps:
4
5
* 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
7
* Push the chanelog to master (via a PR)
8
* Ensure the sdist and wheel GitHub Actions jobs succeeded on master after the merge of the changelog.
+* Also ensure that the tarball built has an autogenerated version number from setuptools_scm.
9
* Tag the new release, using the format `vX.Y.X`.
10
* Push the tag with `git push upstream master --follow-tags`
11
* Watch as GitHub actions builds the sdist and universal wheel and pushes them to PyPI for you.
0 commit comments