-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
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 <bjorn@neersighted.com>
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 exist
Pull Request Check List
Resolves: NA
Questions: