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 b8a3541 commit 3a13f0bCopy full SHA for 3a13f0b
.github/workflows/publish.yaml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v3
26
27
- name: Set up Python 3.10
28
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
29
with:
30
python-version: "3.10"
31
.github/workflows/test.yaml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
21
- name: Set up Python ${{ matrix.python-version }}
22
23
24
python-version: ${{ matrix.python-version }}
- name: Install dependencies
0 commit comments