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 2b8bd69 commit 8cb877fCopy full SHA for 8cb877f
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
submodules: recursive
21
- name: Set up Python
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
24
python-version: "3.x"
25
- name: Install build dependencies
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
26
27
28
python-version: ${{ matrix.python }}
29
- name: Install package and test dependencies
0 commit comments