matthewfeickert commented on issue #40216: URL: https://github.com/apache/arrow/issues/40216#issuecomment-2679470012
> From my understanding there is still a max number of wheels allowed too, right? We don't impose a maximum number of artifacts. If any project takes up too much total storage we would look into how to reduce it, but the automatic removal workflow is meant to avoid this and also have "nightly" mean something relatively recent. > Taking into account all our different wheels (macos arm + x86_64, manylinux_2014 and manylinux_2_28 both for arm + x86_64 for Python versions from 3.9 to 3.13) we get about ~6 days of wheels. I assume you're just seeing that we also keep only the last 5 uploads by default: https://github.com/scientific-python/upload-nightly-action/blob/07ba11e3fcd43a475f9f56a9b06555aa2c621136/.github/workflows/remove-wheels.yml#L19 again, focusing on "nightly". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
