We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ce983 commit e289c4aCopy full SHA for e289c4a
1 file changed
RELEASE.rst
@@ -3,7 +3,9 @@ Release process
3
4
#. Add new entry in NEWS.rst along with changelog updates for the release.
5
6
-#. Make sure dependency versions are correct in requirements/install.txt.
+#. Make sure dependency versions are correct in requirements/install.txt. Also,
7
+ if requirements/pyproject.toml exists make sure dependency versions match
8
+ those in requirements/install.txt for matching dependencies.
9
10
#. Run a test release build by force pushing to a temporary "deploy" branch.
11
This triggers the release workflow to run on Github, but doesn't actually
0 commit comments