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 2a42b27 commit 5a281dcCopy full SHA for 5a281dc
.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@v3
+ uses: actions/setup-python@v5
19
20
python-version: "3.10"
21
- name: Install build
.github/workflows/tests.yml
@@ -61,7 +61,7 @@ jobs:
61
steps:
62
- uses: actions/checkout@v3
63
- name: Set up Python ${{ matrix.pyversion }}
64
- uses: actions/setup-python@v4
65
66
python-version: ${{ matrix.pyversion }}
67
- name: Set up Julia
0 commit comments