From f3210724bf6f68ed24a0c7f53ab4aa1286b82341 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Wed, 2 Sep 2026 07:53:44 +0200 Subject: [PATCH] CI: update nightly wheel build cron job from 2x to 3x per month This avoids the scientific-python-upload-action bot from opening an issue that the nightlies are 15 days old. Closes gh-868 --- .github/workflows/wheel_tests_and_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheel_tests_and_release.yml b/.github/workflows/wheel_tests_and_release.yml index 56f89ec0..b2bbb1eb 100644 --- a/.github/workflows/wheel_tests_and_release.yml +++ b/.github/workflows/wheel_tests_and_release.yml @@ -18,8 +18,8 @@ on: default: "false" # Upload wheels to anaconda.org on a schedule schedule: - # Run at 0300 hours on days 3 and 17 of the month - - cron: "0 3 3,17 * *" + # Run at 0300 hours on days 3, 13 and 23 of the month + - cron: "0 3 3,13,23 * *" env: CIBW_BUILD_VERBOSITY: 2 CIBW_TEST_REQUIRES: pytest