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 a18e2ea commit 96bd174Copy full SHA for 96bd174
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Switch to using Python 3.9 by default
22
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
23
with:
24
cache: "pip"
25
python-version: 3.9
.github/workflows/tox.yml
@@ -76,7 +76,7 @@ jobs:
76
fetch-depth: 0 # needed by setuptools-scm
77
78
- name: Set up Python ${{ matrix.python-version }}
79
80
81
82
python-version: ${{ matrix.python-version }}
0 commit comments