We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d463cc7 commit 5b94fb9Copy full SHA for 5b94fb9
3 files changed
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
uses: actions/checkout@v2
11
12
- name: Set up Python
13
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v6
14
15
- name: Set up pdoc
16
run: pip install pdoc3
.github/workflows/publish-to-pypi.yml
@@ -32,7 +32,7 @@ jobs:
32
fetch-depth: 0
33
34
- name: Set up Python 3.8
35
36
with:
37
python-version: 3.8
38
.github/workflows/publish-to-test-pypi.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v3
23
24
25
26
27
28
0 commit comments