-
Notifications
You must be signed in to change notification settings - Fork 1k
#3310 makes twine --skip-existing option useless #3482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@sigmavirus24 @jonparrott @di I'm offline much of today, could one of you take a look at this? Thanks for the report, @mayeut. |
@brainwane, given you're comment in pypa/twine#332 (comment) saying it shall probably be fixed in |
With my |
Hmm, this is unfortunate. Seems like we should revert the error message change so that this behavior is restored for older Twine clients, and then work on improving the brittleness of this in Twine. |
twine
checks for message starting withFile already exists
:https://github.com/pypa/twine/blob/bcb73e025102565c395e0bf322faebd7f72e76f7/twine/commands/upload.py#L58-L61
Message has been changed to one starting with
The filename or contents already exist
in #3310:https://github.com/pypa/warehouse/blob/969695d030aef8b11d5b052e8731a80746c404c8/warehouse/forklift/legacy.py#L1083-L1094
c.f. pypa/twine#332
c.f. failing deployment: https://travis-ci.org/mayeut/gcovr/builds/360424325
The text was updated successfully, but these errors were encountered: