Description
Describe the bug
When attempting to download the latest sdist
of dask
on PyPI from pypi.io using
curl -LO https://pypi.io/packages/source/d/dask/dask-2022.7.1.tar.gz
I get an empty file. However, when I go directly to PyPI to download dask-2022.7.1.tar.gz I get a non-empty file. My understanding is pypi.io is suppose to be a redirect for pypi.org (though my understanding may be wrong).
Expected behavior
I expected https://pypi.io/packages/source/d/dask/dask-2022.7.1.tar.gz to return the same sdist
which was uploaded to pypi.org
To Reproduce
https://pypi.io/packages/source/d/dask/dask-2022.7.1.tar.gz is empty while https://files.pythonhosted.org/packages/68/e1/1edb5eeb15f88267075c37ee8c83c4527e462bdea328566c5b1e88db705c/dask-2022.7.1.tar.gz (i.e. the link I get from pypi.org when I attempt to download the dask=2022.7.1
sdist
) is returning the sdist
I would expect
My Platform
N/A I think, but happy to provide more details if needed
Additional context
This came up over in conda-forge/dask-core-feedstock#134 where we're attempting to create a conda package release on conda-forge for dask=2022.7.1
Possibly similar to pypi/warehouse#7070