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
CI: Remove package versions older than 30 days (#33)
* CI: Remove package versions older than 30 days
* Add curl and jq to environment requirements.
* Use output from the anaconda.org API to get latest upload time for
each release of a package. If the upload date is older than 30 days
add the package release for removal.
* Use anaconda.org API over anaconda-client CLI API to get package
versions as easier to understand.
* Guard against duplicate entries
0 commit comments