Skip to content

Commit 8f4e2dd

Browse files
committed
DOC: more streamlining of release doc
Drop suggestion to upload Windows binaries. Add Python 3.3 build to list.
1 parent a60dfc9 commit 8f4e2dd

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

doc/source/devel/make_release.rst

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -172,27 +172,19 @@ Release checklist
172172
buildbot::
173173

174174
try_branch.py nibabel-bdist32-27
175+
try_branch.py nibabel-bdist32-33
175176
try_branch.py nibabel-bdist32-34
176177
try_branch.py nibabel-bdist32-35
177178
try_branch.py nibabel-bdist64-27
178179

179180
Check the builds completed without error on their respective web-pages:
180181

181182
* https://nipy.bic.berkeley.edu/builders/nibabel-bdist32-27
183+
* https://nipy.bic.berkeley.edu/builders/nibabel-bdist32-33
182184
* https://nipy.bic.berkeley.edu/builders/nibabel-bdist32-34
183185
* https://nipy.bic.berkeley.edu/builders/nibabel-bdist32-35
184186
* https://nipy.bic.berkeley.edu/builders/nibabel-bdist64-27
185187

186-
Then get the built binaries in:
187-
188-
* https://nipy.bic.berkeley.edu/nibabel-dist
189-
190-
When you've done the release to pypi, you can upload them to pypi with the
191-
admin files interface.
192-
193-
If you are already on a Windows machine, you could have done the manual
194-
command to build instead: ``python setup.py bdist_wininst``.
195-
196188
* Once everything looks good, you are ready to upload the source release to
197189
PyPi. See `setuptools intro`_. Make sure you have a file
198190
``\$HOME/.pypirc``, of form::

0 commit comments

Comments
 (0)