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 5e1a127 + 8b11838 commit 9007858Copy full SHA for 9007858
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
- name: Set up Python
27
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
28
with:
29
python-version: 3.8
30
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Set up Python ${{ matrix.python-version }}
21
22
23
python-version: ${{ matrix.python-version }}
- name: Install system dependencies
0 commit comments