Issue 24239: Allow to configure which gpg to use in distutils upload (original) (raw)

Issue24239

Created on 2015-05-19 13:06 by ced, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg243586 - (view) Author: Cédric Krier (ced) * Date: 2015-05-19 13:06
'gpg' is hard coded in distutils/command/upload.py and the spawn command doesn't even use the shell aliases. So if you have only gpg2 installed it doesn't work. I think the name (or even the all command line) should be configurable from ~/.pypirc
msg386384 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2021-02-03 18:26
Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If you believe it still requires a fix, most likely the issue should be re-reported at https://github.com/pypa/setuptools
History
Date User Action Args
2022-04-11 14:58:17 admin set github: 68427
2021-02-03 18:26:25 steve.dower set status: open -> closednosy: + steve.dowermessages: + resolution: out of datestage: resolved
2015-05-19 13:06:48 ced create