From f1556b7a167d4c077b074f8fb65a6535d24254c7 Mon Sep 17 00:00:00 2001 From: charles-turner-bot Date: Mon, 25 May 2026 12:34:11 +0800 Subject: [PATCH] chore: add pip uploaded-prior-to cooldown --- .github/workflows/cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c5af38b..51dab21 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,6 +2,9 @@ name: CD on: [push, pull_request, workflow_dispatch] +env: + PIP_UPLOADED_PRIOR_TO: P7D + jobs: pypi: name: build and deploy to PyPI