We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87e6cb commit ff6fb0aCopy full SHA for ff6fb0a
.github/workflows/release-pypi.yml
@@ -25,6 +25,8 @@ jobs:
25
with:
26
path: ~/.cache/pip
27
key: ${{ runner.os }}-pip
28
+ restore-keys: |
29
+ ${{ runner.os }}-pip
30
31
- name: Checkout code
32
uses: actions/checkout@v3
0 commit comments