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 0520ffa commit 5cec84eCopy full SHA for 5cec84e
docs/source/releasing.rst
@@ -41,14 +41,16 @@ Things to do for releasing:
41
42
* tag with vVERSION, push tag
43
44
-* push to PyPI
+* push to PyPI::
45
46
- + ``python3 setup.py sdist bdist_wheel upload``
+ git clean -xdf # maybe run 'git clean -xdn' first to see what it will delete
47
+ python3 setup.py sdist bdist_wheel
48
+ twine upload dist/*
49
50
* update version number in the same pull request
51
52
+ add ``+dev`` tag to the end
53
-* approve and merge the release pull request
54
+* merge the release pull request
55
56
* announce on gitter
0 commit comments