We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018833a commit b68f336Copy full SHA for b68f336
docs/releasing.rst
@@ -32,7 +32,13 @@ Run `git tag vmajor.minor.minor`.
32
33
Run `git push origin vmajor.minor.minor && git push origin master`
34
35
-Wait for the CI checks to run before uploading the release to pypi.
+Wait for the CI to be done and all green.
36
+
37
+Go to the releases page on github and use the "draft a new release" button
38
+to create a new release. Use the exisiting tag. You can copy-past the
39
+changelog's content there if you want to.
40
41
+Once you are done, you can upload the release to pypi.
42
43
Uploading to pypi
44
-----------------
0 commit comments