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 ecbd6fc commit ecb74c9Copy full SHA for ecb74c9
.github/workflows/pypi-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- name: Set up Python
19
uses: actions/setup-python@v6
20
with:
.github/workflows/testing.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ${{ matrix.os }}
25
name: ${{ matrix.os }} with Python ${{ matrix.python-version }}
26
27
28
29
submodules: recursive
30
- name: Set up python
.github/workflows/testing_cli.yml
@@ -27,7 +27,7 @@ jobs:
run:
shell: bash
31
32
33
0 commit comments