We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa73b2 commit 8366ccbCopy full SHA for 8366ccb
doc/source/devel/make_release.rst
@@ -153,11 +153,12 @@ Release checklist
153
154
make source-release
155
156
-* Once everything looks good, upload the source release to PyPi. See
157
- `setuptools intro`_::
+* Once everything looks good, upload the source release to PyPi. Also upload a
+ Windows exe installer for convenience. See `setuptools intro`_::
158
159
python setup.py register
160
python setup.py sdist --formats=gztar,zip upload
161
+ python setup.py bdist_wininst upload
162
163
* Tag the release with tag of form ``1.1.0``::
164
0 commit comments