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 1aab661 + 91b2bad commit 04f9654Copy full SHA for 04f9654
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
fetch-depth: 0
32
33
- name: Set up Python ${{ matrix.python-version }}
34
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
35
with:
36
python-version: ${{ matrix.python-version }}
37
.github/workflows/pypi.yml
@@ -19,7 +19,7 @@ jobs:
19
# setuptools_scm requires a non-shallow clone of the repository
20
21
22
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
23
name: Install Python
24
25
- name: Build SDist
0 commit comments