From 57a448dd5a92d2920fd3b793e26b4ba868ff7054 Mon Sep 17 00:00:00 2001 From: Joachim Rosskopf Date: Wed, 2 Sep 2026 07:24:03 +0200 Subject: [PATCH] ci: run PyPI stats at 03:00 UTC so data lands before 6am Berlin Keep 06:00 UTC as a catch-up in case pypistats has not published yesterday's numbers yet at 03:00; the deterministic event uuid makes the double-send harmless. Co-Authored-By: Claude Fable 5 --- .github/workflows/pypi-downloads.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi-downloads.yml b/.github/workflows/pypi-downloads.yml index 135c26f..db3dda3 100644 --- a/.github/workflows/pypi-downloads.yml +++ b/.github/workflows/pypi-downloads.yml @@ -5,7 +5,8 @@ name: PyPI downloads → PostHog # deterministic event UUID, so missed or doubled cron runs are harmless. on: schedule: - - cron: "0 6 * * *" # UTC; pypistats has yesterday's numbers by then + - cron: "0 3 * * *" # ~05:00-05:40 Berlin (CEST); data visible before 6am + - cron: "0 6 * * *" # catch-up in case pypistats had not published yet at 03:00 UTC workflow_dispatch: inputs: lookback_days: