SF.net SVN: docutils:[9624 ] trunk/docutils/docs/dev/r elease.txt
grubert--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9624
http://sourceforge.net/p/docutils/code/9624
Author: grubert
Date: 2024-04-09 19:31:23 +0000 (Tue, 09 Apr 2024)
Log Message:
-----------
Fix: flit instead setup.py and egginfo is no longer present
Modified Paths:
--------------
trunk/docutils/docs/dev/release.txt
Modified: trunk/docutils/docs/dev/release.txt
===================================================================
--- trunk/docutils/docs/dev/release.txt 2024-04-09 19:28:16 UTC (rev 9623)
+++ trunk/docutils/docs/dev/release.txt 2024-04-09 19:31:23 UTC (rev 9624)
@@ -105,8 +105,7 @@
* Update your source directory.
* Rebuild wheel and source-distribution ::
- python3 setup.py sdist
- python3 setup.py bdist_wheel
+ python3 -m flit build
* Now upload to pypi::
@@ -142,7 +141,6 @@
python3 tools/buildhtml.py .
find . -name \*.pyc -exec rm -v {} \;
find . -name __pycache__ -exec rmdir -v {} \;
- rm -r docutils.egg-info
rsync -e ssh -r -t ./ web.sourceforge.net:/home/project-web/docutils/htdocs/#.#
* Check web/index.txt for necessary corrections.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.