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 f70f0b2 commit 97ae6e5Copy full SHA for 97ae6e5
.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Checkout
39
uses: actions/checkout@v3
40
- name: Set up Python ${{ matrix.python-version }}
41
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
42
with:
43
python-version: ${{ matrix.python-version }}
44
- 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
37
python-version: '3.11'
- name: Install dependencies
0 commit comments