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 d616cb7 commit a818422Copy full SHA for a818422
.github/workflows/lint_test.yaml
@@ -25,7 +25,7 @@ jobs:
25
- "3.11"
26
- "3.12"
27
steps:
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
30
- name: Install python ${{ matrix.python-version }}
31
uses: actions/setup-python@v4
@@ -97,7 +97,7 @@ jobs:
97
name: Test docs
98
runs-on: ubuntu-latest
99
100
101
102
- name: Install python 3.12
103
.github/workflows/release_pypi.yaml
@@ -18,7 +18,7 @@ jobs:
18
id-token: write
19
20
21
22
- name: Set up Python
23
24
with:
0 commit comments