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 d2d8789 commit 8452c1bCopy full SHA for 8452c1b
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
submodules: true
43
- name: Set up Python ${{matrix.python}}
44
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
45
46
python-version: ${{matrix.python}}
47
- name: Lint
.github/workflows/docs.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
- name: Set up Python
32
33
34
python-version: "3.11"
35
- name: Install
.github/workflows/pypi.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
- name: Build sources
0 commit comments