twine checks for message starting with File already exists:
|
# NOTE(sigmavirus24): Old PyPI returns the first message while Warehouse |
|
# returns the latter. This papers over the differences. |
|
msg = ('A file named "{0}" already exists for'.format(filename), |
|
'File already exists') |
Message has been changed to one starting with
The filename or contents already exist in
pypi/warehouse#3310:
https://github.com/pypa/warehouse/blob/969695d030aef8b11d5b052e8731a80746c404c8/warehouse/forklift/legacy.py#L1083-L1094
c.f. failing deployment: https://travis-ci.org/mayeut/gcovr/builds/360424325
twinechecks for message starting withFile already exists:twine/twine/commands/upload.py
Lines 58 to 61 in bcb73e0
Message has been changed to one starting with
The filename or contents already existin pypi/warehouse#3310:https://github.com/pypa/warehouse/blob/969695d030aef8b11d5b052e8731a80746c404c8/warehouse/forklift/legacy.py#L1083-L1094
c.f. failing deployment: https://travis-ci.org/mayeut/gcovr/builds/360424325