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 e229afc + 625add8 commit 0ac1feaCopy full SHA for 0ac1fea
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Switch to using Python 3.9 by default
21
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
22
with:
23
python-version: 3.9
24
- name: Install tox
.github/workflows/tox.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v4
31
32
- name: Set up Python ${{ matrix.python-version }}
33
34
35
python-version: ${{ matrix.python-version }}
36
cache: pip
0 commit comments