Skip to content

Commit 8366ccb

Browse files
committed
DOC - upload windows installer command in doc
1 parent 7fa73b2 commit 8366ccb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/devel/make_release.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,12 @@ Release checklist
153153

154154
make source-release
155155

156-
* Once everything looks good, upload the source release to PyPi. See
157-
`setuptools intro`_::
156+
* Once everything looks good, upload the source release to PyPi. Also upload a
157+
Windows exe installer for convenience. See `setuptools intro`_::
158158

159159
python setup.py register
160160
python setup.py sdist --formats=gztar,zip upload
161+
python setup.py bdist_wininst upload
161162

162163
* Tag the release with tag of form ``1.1.0``::
163164

0 commit comments

Comments
 (0)