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 e8b16a9 commit bccd6a3Copy full SHA for bccd6a3
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: "3.12"
+ python-version: "3.13"
23
24
- name: Install lint tools
25
run: "pip install Pygments restructuredtext-lint"
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-python@v5
name: Install Python
- run: |
pip install packaging
@@ -167,7 +167,7 @@ jobs:
167
168
169
170
171
172
- uses: actions/download-artifact@v4
173
0 commit comments