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 a67701b + 60911ec commit 78b9548Copy full SHA for 78b9548
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@v4
39
40
- name: Set up Python ${{ matrix.python-version }}
41
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
42
with:
43
python-version: ${{ matrix.python-version }}
44
cache: 'pip'
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
python-version: 3.9
29
0 commit comments