mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Don't set the Python version for sdist uploads.
This commit is contained in:
parent
f74b923ae5
commit
be435bf3c8
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ class upload(Command):
|
|||
comment = 'built for %s %s' % (dist, version)
|
||||
elif command == 'bdist_dumb':
|
||||
comment = 'built for %s' % platform.platform(terse=1)
|
||||
elif command == 'sdist':
|
||||
data['pyversion'] = ''
|
||||
data['comment'] = comment
|
||||
|
||||
if self.sign:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue