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 56dfefe commit b6aa7aeCopy full SHA for b6aa7ae
.github/workflows/build.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Checkout
38
uses: actions/checkout@v3
39
- name: Set up Python ${{ matrix.python-version }}
40
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
41
with:
42
python-version: ${{ matrix.python-version }}
43
- name: Install requirements
.github/workflows/publish.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Inject slug/short variables
34
uses: rlespinasse/[email protected]
35
- name: Set up Python
36
python-version: '3.10'
- name: Install dependencies
0 commit comments