On 07/08/2020 19:58, Wes Turner wrote:
warehouse.forklift.legacy._is_valid_dist_file()
https://github.com/pypa/warehouse/blob/master/warehouse/forklift/legacy.py#L603
https://github.com/pypa/warehouse/blob/master/docs/api-reference/legacy.rst#upload-api
:
The API endpoint served at upload.pypi
warehouse.forklift.legacy._is_valid_dist_file()
https://github.com/pypa/warehouse/blob/master/warehouse/forklift/legacy.py#L603
https://github.com/pypa/warehouse/blob/master/docs/api-reference/legacy.rst#upload-api
:
> The API endpoint served at upload.pypi.org/legacy/ is Warehouse’s
emulation of
> Unfortunately, successfully building C libraries is way, way more
> complicated than that. There are nearly as many ways to detect and
> configure C libraries as there are C libraries; tools like pkg-config
> help a bit but they're far from universal.
Agreed that building a library is more compl
The latter.
On Fri, Aug 7, 2020 at 4:37 AM Robin Becker wrote:
> Because of covid-19 I am working a lot from home so my network is likely
> less robust.
>
> I was wondering about what happens if I upload with twine to pypi and
> halfway through my network fails.
>
> Is the uploaded filename reme
Because of covid-19 I am working a lot from home so my network is likely less
robust.
I was wondering about what happens if I upload with twine to pypi and halfway
through my network fails.
Is the uploaded filename remembered so I cannot retry when my network comes
back?
Or is the upload som