diff --git a/.github/workflows/release_to_pypi.yml b/.github/workflows/release_to_pypi.yml index 3fea909..0f772f9 100644 --- a/.github/workflows/release_to_pypi.yml +++ b/.github/workflows/release_to_pypi.yml @@ -18,7 +18,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/pip - key: pip-3.9-${{ hashFiles('setup.py') }} + key: pip-3.10-${{ hashFiles('setup.py') }} - name: Install Dependencies run: |