We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4075837 commit 639fb48Copy full SHA for 639fb48
.github/workflows/upload-to-pypi.yml
@@ -14,15 +14,15 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: Set up Python ${{ matrix.python-version }}
17
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v5
18
with:
19
python-version: ${{ matrix.python-version }}
20
21
- name: Install poetry
22
run: curl -sSL https://install.python-poetry.org | python3 -
23
24
- name: Set up cache
25
- uses: actions/cache@v2.1.6
+ uses: actions/cache@v4
26
27
path: .venv
28
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
0 commit comments