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