-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Adds File existence check to Uploader #4417
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
Adds File existence check to Uploader #4417
Conversation
|
@finswimmer Please can you review my PR? |
|
Could you rebase onto |
|
Sure - I'll rebase this and update to match the suggestions :) |
|
Looks like a bad rebase. I'd suggest reverting using your reflog, fetching |
7f9726d to
9e0135b
Compare
9e0135b to
1fd7832
Compare
|
pre-commit.ci autofix |
77a7e3a to
cd8457f
Compare
This handles the TODO for checking the existence of the files being uploaded by the Uploader class. In the case that a file does not exist, it raises an UploadError. Co-authored-by: Bjorn Neergaard <[email protected]>
cd8457f to
085a5ee
Compare
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This handles the TODO for checking the existence of the files being
uploaded by the Uploader class.
poetry/poetry/publishing/uploader.py
Line 229 in c967a4a
In the case that a file does not exist, it raises a UploadError.
The raised error message is as follows:
Wheel or Tar files associated with the Project Package do not existPull Request Check List
Resolves: NA
Questions: