-
Notifications
You must be signed in to change notification settings - Fork 46
Should be able to retry failed file uploads #306
Comments
Original comment by Toby Roseman (Bitbucket: tobyroseman, GitHub: tobyroseman): In order to get my change uploaded. I had to bump the version number and upload it again. |
Original comment by Wolfgang Maier (Bitbucket: wm75, GitHub: wm75): I agree with you that if an upload fails you should be able to retry it. I do not agree on your point 2 though. Just because you delete a release that does not mean someone else hasn't downloaded it already, in which case the version number would become ambiguous. |
Original comment by Mike Fletcher (Bitbucket: mcfletch, GitHub: mcfletch): Can I suggest that use case 2 (delete a release and redo the whole process) is a strong requirement on the testpypi server? The test pypi server's whole point is to allow people to test their releases before committing them to the main server. With the policy as it stands you have to bump versions just to test and see if the packaging is working. |
Essentially a duplicate of pypi/warehouse#726. |
Originally reported by: Toby Roseman (Bitbucket: tobyroseman, GitHub: tobyroseman)
Here is the sequence of events:
I think there are two problem here:
#1 - If an upload fails because of a server error, you should be able to try it again.
#2 - If you delete a release, you should be able to create it again.
The text was updated successfully, but these errors were encountered: