Skip to content

Commit da930ea

Browse files
committed
docs: Do not sign generated wheels
The signing was not verified, and signing is being removed from the Python packaging tools.
1 parent 60d9a27 commit da930ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/Build_ITK_Module_Python_packages.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@ Next, create a `~/.pypirc` file with your login credentials::
146146

147147
where `<your-username>` and `<your-password>` correspond to your PyPI account.
148148

149-
If you have a `GPG signing key
150-
<https://help.github.com/articles/generating-a-new-gpg-key/>`_, sign the wheels::
151-
152-
for whl in dist/*.whl; do gpg --detach-sign -a $whl; done
153-
154149
Then, upload wheels to the testing server::
155150

156151
python -m pip install twine

0 commit comments

Comments
 (0)