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 443f15f commit 96461aeCopy full SHA for 96461ae
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: Set up Python
18
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
19
with:
20
python-version: "3.x"
21
- run: |
@@ -31,7 +31,7 @@ jobs:
31
32
33
- name: Set up Python ${{ matrix.python-version }}
34
35
36
python-version: ${{ matrix.python-version }}
37
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup Python
22
23
24
25
0 commit comments