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 0b32b08 commit 22cbe26Copy full SHA for 22cbe26
.github/workflows/register-pypi.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
ref: ${{ inputs.git_ref }}
17
- name: Set up Python
18
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
19
20
python-version: "3.10"
21
- name: Install build
.github/workflows/tests.yml
@@ -62,7 +62,7 @@ jobs:
62
- uses: actions/checkout@v5
63
64
- name: Set up Python ${{ matrix.pyversion }}
65
66
67
python-version: ${{ matrix.pyversion }}
68
0 commit comments