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 8f4e2dd commit 2409930Copy full SHA for 2409930
doc/source/devel/make_release.rst
@@ -210,7 +210,7 @@ Release checklist
210
python setup.py register
211
python setup.py sdist --formats=gztar,zip
212
# -s flag to sign the release
213
- twine upload -s dist/nibabel*
+ twine upload -r warehouse -s dist/nibabel*
214
215
* Tag the release with signed tag of form ``2.0.0``::
216
0 commit comments