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