From ff6fb0a28e2d0d7780efb506fa03a659212aa7c7 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Sat, 1 Feb 2025 21:40:28 +0100 Subject: [PATCH] Update release-pypi.yml --- .github/workflows/release-pypi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index e79ef3a..5bdc69f 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -25,6 +25,8 @@ jobs: with: path: ~/.cache/pip key: ${{ runner.os }}-pip + restore-keys: | + ${{ runner.os }}-pip - name: Checkout code uses: actions/checkout@v3