SF.net SVN: docutils:[10141 ] trunk/docutils/docs/dev/ release.rst
grubert--- via Docutils-checkins <[email protected]> Thu, 22 May 2025 19:54:35 +0000
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 10141
http://sourceforge.net/p/docutils/code/10141
Author: grubert
Date: 2025-05-22 19:54:34 +0000 (Thu, 22 May 2025)
Log Message:
-----------
clean up while 0.22rc2
Modified Paths:
--------------
trunk/docutils/docs/dev/release.rst
Modified: trunk/docutils/docs/dev/release.rst
===================================================================
--- trunk/docutils/docs/dev/release.rst 2025-05-22 19:53:59 UTC (rev 10140)
+++ trunk/docutils/docs/dev/release.rst 2025-05-22 19:54:34 UTC (rev 10141)
@@ -15,10 +15,10 @@
Steps to take and watch
-----------------------
-* Make a clean checkout of svn.code.sf.net/p/docutils/code/trunk/docutils
- to avoid having development files in the released packages.
+Make a clean checkout of svn.code.sf.net/p/docutils/code/trunk/docutils
+to avoid having development files in the released packages.
- Test, package and release this checkout.
+Test, package and release this checkout.
* Announce the upcoming release on docutils-develop list.
@@ -35,7 +35,7 @@
Change the version insert date for unpublished.
-* Update RELEASE-NOTES.rst add section ``Release <version> (unpublished)``.
+* Update RELEASE-NOTES.rst section ``Release <version> (unpublished)``.
Change the version insert date for unpublished.
@@ -83,6 +83,10 @@
Uploads to pypi/test.pypi can not be overwritten, require a new version.
+* Commit changes ... the changed version number.
+
+* build again and test locally.
+
* Upload wheel and source to test.pypi.
Set repository and key in ~/.pypirc with a <server-name> and
@@ -124,26 +128,26 @@
python test/alltests.py
Ignore ``test_find_file_in_dirs`` fails because HISTORY.rst is missing or/and
- missing pil.
+ missing pil.::
deactivate ; cd .. ; rm -r du3s
-* Commit changes ... the changed version number.
+* If final release
+
+ - tag #.# (Note: only directory docutils is copied)::
-* If final release tag #.# (Note: only directory docutils is copied)::
+ svn copy svn+ssh://[email protected]/p/docutils/code/trunk/docutils \
+ svn+ssh://[email protected]/p/docutils/code/tags/docutils-#.# \
+ -m "tagging release #.#"
- svn copy svn+ssh://[email protected]/p/docutils/code/trunk/docutils \
- svn+ssh://[email protected]/p/docutils/code/tags/docutils-#.# \
- -m "tagging release #.#"
+ - Update your source directory.
-* Update your source directory.
+ - Rebuild wheel and source-distribution, e.g::
-* Rebuild wheel and source-distribution, e.g::
+ python3 -m build
- python3 -m build
+* Upload to pypi::
-* Now upload to pypi::
-
python3 -m twine upload --repository <server-name> dist/docutils-#.#*
* Remove previous package from local cache::
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.