You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to install VizTracer for Python 3.12 on aarch64 but saw that it was trying to build it from source.
When looking at the release pipeline I see that the upload of the python 3.12 aarch64 wheel failed due to the project being at it's size limit on PyPi.
The only wheels that were not uploaded are aarch64 builds. Probably because they are the slowest to build. https://github.com/gaogaotiantian/viztracer/actions/runs/13848780532/job/38752275415
It is weird that GitHub marks the job as completed successfully when it clearly exited with an error.
I was trying to install VizTracer for Python 3.12 on aarch64 but saw that it was trying to build it from source.
When looking at the release pipeline I see that the upload of the python 3.12 aarch64 wheel failed due to the project being at it's size limit on PyPi.
The only wheels that were not uploaded are aarch64 builds. Probably because they are the slowest to build.
https://github.com/gaogaotiantian/viztracer/actions/runs/13848780532/job/38752275415
It is weird that GitHub marks the job as completed successfully when it clearly exited with an error.
More information about the PyPi project size limit can be found here: https://docs.pypi.org/project-management/storage-limits/#project-size-limits
The text was updated successfully, but these errors were encountered: