Skip to content

Commit 2409930

Browse files
committed
DOC: suggest warehouse as pypi upload target
[skip ci]
1 parent 8f4e2dd commit 2409930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/devel/make_release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Release checklist
210210
python setup.py register
211211
python setup.py sdist --formats=gztar,zip
212212
# -s flag to sign the release
213-
twine upload -s dist/nibabel*
213+
twine upload -r warehouse -s dist/nibabel*
214214

215215
* Tag the release with signed tag of form ``2.0.0``::
216216

0 commit comments

Comments
 (0)