summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-08-03 10:27:46 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-08-03 10:27:46 +0000
commitb2d089b6abaa9323f3e3c2b3d2704b93e39109fe (patch)
treeb10ff80d4bfaf525e7cd798b7d4f6fa90985b72d /docs
parentdff61635f17a96253f38089cf3f908eb1fb65cd8 (diff)
downloaddocutils-b2d089b6abaa9323f3e3c2b3d2704b93e39109fe.tar.gz
doc wheel upload
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8156 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/release.txt15
1 files changed, 3 insertions, 12 deletions
diff --git a/docs/dev/release.txt b/docs/dev/release.txt
index 303c04021..c345d6f1d 100644
--- a/docs/dev/release.txt
+++ b/docs/dev/release.txt
@@ -236,19 +236,10 @@ REWORK FOR SOURCEFORGE REPO
This builds wheels_ (`pure Python wheels`_ for Python 2 and 3
respectively) by downloading the new release from pypi.
- `Upload the wheels to PyPI`_.
+ Upload the wheels to PyPI::
- Question:
- Can we have an tar.gz (distutil) and a py2-wheel and a py3-wheel
- on pypi and will installers select the correct files?
-
- 2017-06-09 it seems to according to experience with 0.13.1.
-
- .. _wheels: https://packaging.python.org/en/latest/distributing.html#wheels
- .. _pure Python wheels:
- https://packaging.python.org/en/latest/distributing.html#pure-python-wheels
- .. _Upload the wheels to PyPI:
- https://packaging.python.org/en/latest/distributing.html#upload-your-distributions
+ twine upload docultils-<VERSION>-py2-none-any.whl
+ twine upload wheelhouse/docultils-<VERSION>-py3-none-any.whl
* Restore ``__version_info`` in docutils/docutils/__init__.py to
"repository" (from "release").