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 e065f52 commit 772e4d0Copy full SHA for 772e4d0
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v2
22
- name: setup python
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
24
with:
25
python-version: ${{ matrix.python-version }}
26
.github/workflows/pypi-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v2
15
16
17
18
python-version: 3.8
19
0 commit comments