Closed alugowski closed 1 week ago
Done, and uploaded.
I deleted the alpha releases as you suggested.
What should the long term strategy for support be to stay within the space quota?
X
version (e.g., the latest 7
, 8
, and 9
, so we would have 8.2.1
and 7.4.4
, but not 8.0.2
.) or X.Y
version?manylinux
wheels for longer?Also, perhaps we could look into using Py_LIMITED_API
to reduce the number of wheels.
The latest build succeeded, but PyPI only accepted some of the files because we're hitting our 20GB quota:
See https://github.com/GraphBLAS/python-suitesparse-graphblas/actions/runs/11390632136/job/31701653980
We do have a lot of old versions. Each recent version is over a gig. The recent alphas that we used for testing are a great candidate for delete, and going back we could keep only the latest point release to free up space.
Note that despite what the badge says, only some 9.3.1 files are up. Once some space is freed up simply rerun just the upload step in the link above (shouldn't have to rebuild all the wheels).
Can someone with PyPI access free up some space and press that re-run button?