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 0a99a6f commit 12d9344Copy full SHA for 12d9344
.github/workflows/build.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Checkout
38
uses: actions/checkout@v4
39
- name: Set up Python ${{ matrix.python-version }}
40
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
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/github-slug-action@v4
35
- name: Set up Python
36
python-version: '3.11'
- name: Install dependencies
0 commit comments