mirror of
https://github.com/python/cpython.git
synced 2025-10-27 19:54:38 +00:00
Issue #27349: Fix typo in distutils upload command
This commit is contained in:
parent
d37de3c41d
commit
56fe4749fb
2 changed files with 3 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ def upload_file(self, command, pyversion, filename):
|
|||
data = {
|
||||
# action
|
||||
':action': 'file_upload',
|
||||
'protcol_version': '1',
|
||||
'protocol_version': '1',
|
||||
|
||||
# identify release
|
||||
'name': meta.get_name(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue