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 42e68e2 commit ff13a90Copy full SHA for ff13a90
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Switch to using Python 3.9 by default
20
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
21
with:
22
python-version: 3.9
23
.github/workflows/tox.yml
@@ -45,7 +45,7 @@ jobs:
45
fetch-depth: 0 # needed by setuptools-scm
46
47
- name: Install Python
48
49
50
python-version: ${{ matrix.python_version }}
51
0 commit comments