Skip to content

Commit d2ae994

Browse files
committed
DOC: more refinement of signing procedure
1 parent 18722ff commit d2ae994

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/devel/guidelines/make_release.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,10 @@ Doing the release
206206
username:your.pypi.username
207207
password:your-password
208208

209-
* Upload the source release to PyPI using Twine_::
209+
* Sign and upload the source release to PyPI using Twine_::
210210

211-
twine upload sdist/nipy*.tar.gz
211+
gpg --detach-sign -a dist/nipy*.tar.gz
212+
twine upload dist/nipy*.tar.gz*
212213

213214
* Tag the release with tag of form ``0.5.0``. `-s` below makes a signed tag::
214215

0 commit comments

Comments
 (0)