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 d29d8d1 commit bae4ae0Copy full SHA for bae4ae0
RELEASE.txt
@@ -42,7 +42,11 @@ Roundup release checklist:
42
a) run_tests.py
43
b) demo.py
44
with all available Python versions.
45
-12. Assuming all is well tag the release in the version-control system.
+12. Assuming all is well tag the release in the version-control
46
+ system.
47
+ a) hg tag 1.6.0 # use right version. Should create/commit a changeset
48
+ b) hg push # update main repo
49
+ c) hg sum # verify that the tag shows up
50
13. Upload source distributive to PyPI - requires you sign up for a
51
pypi account and be added as a maintainer to roundup. Ask existing
52
maintainer for access.
0 commit comments