From bdea46c55f6e20a100c1975acb85214efbdf2d0d Mon Sep 17 00:00:00 2001 From: charles-turner-bot Date: Mon, 25 May 2026 13:57:06 +0800 Subject: [PATCH] chore: add pip uploaded-prior-to cooldown --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b5ef7c06..d331313a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,6 +7,9 @@ on: branches: main workflow_dispatch: +env: + PIP_UPLOADED_PRIOR_TO: P7D + jobs: # JOB to run change in the build files changes: