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.
2 parents 1e8354f + 893f884 commit 780ef1cCopy full SHA for 780ef1c
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
${{ runner.os }}-pip-
35
36
- name: Set up Python ${{ matrix.python-version }}
37
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
38
with:
39
cache: 'pip'
40
python-version: ${{ matrix.python-version }}
.github/workflows/pypi-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- name: Set up Python
18
19
20
python-version: '3.x'
21
- name: Install dependencies
0 commit comments