SF.net SVN: docutils:[9629 ] trunk/docutils/docs/dev/r elease.txt
grubert--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9629
http://sourceforge.net/p/docutils/code/9629
Author: grubert
Date: 2024-04-10 19:36:17 +0000 (Wed, 10 Apr 2024)
Log Message:
-----------
add sdist test description
remove egg info check
Modified Paths:
--------------
trunk/docutils/docs/dev/release.txt
Modified: trunk/docutils/docs/dev/release.txt
===================================================================
--- trunk/docutils/docs/dev/release.txt 2024-04-10 18:41:37 UTC (rev 9628)
+++ trunk/docutils/docs/dev/release.txt 2024-04-10 19:36:17 UTC (rev 9629)
@@ -71,7 +71,6 @@
python3 -m pip install build
python3 -m build .
-* check sdist for html-files in docutils.egg-info.
* Upload wheel and source to test.pypi.
Set repository and key in ~/.pypirc with a <server-name> and
@@ -89,6 +88,16 @@
cp -Lr ../docutils-code/docutils/test .
python test/alltests.py
+ Test the sdist::
+
+ python3 -m venv du3s ; cd du3s
+ export PYTHONPATH= ; . bin/activate
+
+ python -m pip install --index-url https://test.pypi.org/simple/ --no-deps --no-binary all docutils
+
+ cp -Lr ../docutils-code/docutils/test .
+ python test/alltests.py
+
Ignore ``test_find_file_in_dirs`` fails because HISTORY.txt is missing.
python -m pip uninstall docutils
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.