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 36680e4 commit 6c49cc4Copy full SHA for 6c49cc4
.github/workflows/release.yml
@@ -15,10 +15,10 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
18
- - name: Set up Python 3.7
19
- uses: actions/setup-python@v2
+ - name: Set up Python 3.10.0
+ uses: actions/setup-python@v4
20
with:
21
- python-version: 3.7
+ python-version: 3.10.0
22
23
- name: Install dependencies
24
run: |
0 commit comments