diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-08-03 10:27:46 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-08-03 10:27:46 +0000 |
| commit | 5852c7d3a341f8a12b39501f3280e8a94111cfd4 (patch) | |
| tree | b10ff80d4bfaf525e7cd798b7d4f6fa90985b72d /docs/dev | |
| parent | f59e489e359b24d35dd68cc837f65faf7eade3f5 (diff) | |
| download | docutils-5852c7d3a341f8a12b39501f3280e8a94111cfd4.tar.gz | |
doc wheel upload
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8156 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/release.txt | 15 |
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"). |
